[Xcircuit-dev] definite bug in xcircuit
R. Timothy Edwards
tim at stravinsky.jhuapl.edu
Fri Sep 5 08:02:23 PDT 2003
Dear Carlos,
Sorry, my fault. When I updated "automake", it complained that I
ought to have the ".exe" extension on menudep, which I disagree with,
but I had to comply to make automake stop complaining. I haven't
compiled it under cygwin since I made the change. But the offending
line is in Makefile.in (also in the original source Makefile.am).
At Makefile.in, line 738, change:
menudep$(EXEEXT): menudep.o
$(CC) -o $@ $@.o
to:
menudep$(EXEEXT): menudep.o
$(CC) -o $@ menudep.o
and redo the "configure" step, then continue with the compile.
Thanks for reporting the bug.
Regards,
Tim
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xcircuit-dev mailing list
Xcircuit-dev at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcircuit-dev
More information about the Xcircuit-dev
mailing list