Displaying 2 results from an estimated 2 matches for "maude_ldadd".
2004 Sep 10
1
-lm ordering
...t me lateral to Matt, not being a proficient libtool guy... is it OK
> to put the -lm in using _LDADD? I have this vague memory of having to
> do this some other way for some reason.
It looks like LDADD is the right place for it, though the double
negative is a prone to misinterpretation:
`maude_LDADD'
Extra objects can be added to a shared library or a program by
listing them in the `_LDADD' variable. This should be used for
objects determined by `configure'.
`_LDADD' is inappropriate for passing program-specific linker flags
(except for `-l', `-L&...
2004 Sep 10
2
-lm ordering
In order to compile flac-1.0 with Compaq C on FreeBSD/alpha, I
needed to move -lm to the end of the libraries, otherwise ccc would
complain about unresolved symbols. Patches below.
The result is nothing less than stunning. On my 21164A/500 box,
"ccc -fast" code is almost twice as fast as "gcc -O -mcpu=ev56",
1:11 vs. 2:03 for encoding a test track with default parameters.