Bugs item #2021648, was opened at 2008-07-18 19:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2021648...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Federico Ferri (federico__) Assigned to: Nobody/Anonymous (nobody) Summary: zexy: configure.ac: $LDFLAGS in wrong place
Initial Comment: line 425 of configure.ac:
LFLAGS=${LDFLAGS}
is wrong. LDFLAGS are passed to gcc, not to ld.
I have in my LDFLAGS -Wl,-O1, which make ld fail. ld should only see the -O1 option
make output:
i686-pc-linux-gnu-ld -shared --export-dynamic -Wl,-O1 -o zexy.pd_linux *.o -lm -lc i686-pc-linux-gnu-ld: unrecognized option '-Wl,-O1' i686-pc-linux-gnu-ld: use the --help option for usage information make: *** [zexy] Error 1
please fix. (you can fix it by making an empty LFLAGS)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2021648...