search for: _ldflags

Displaying 4 results from an estimated 4 matches for "_ldflags".

Did you mean: ldflags
2004 Sep 10
1
-lm ordering
...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', `-dlopen' and `-dlpreopen'). Use the `_LDFLAGS' variable for this purpose. For instance, if your `configure.in' uses `AC_PATH_XTRA', you could link your program against the X libraries like so: maude_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) `maude_LDFLAGS' This variable is used to pass extra fl...
2004 Sep 10
2
-lm ordering
..."gcc -O -mcpu=ev56", 1:11 vs. 2:03 for encoding a test track with default parameters. This may also be due to the Compaq math library. --- src/flac/Makefile.am.orig Tue Aug 28 15:58:11 2001 +++ src/flac/Makefile.am Tue Aug 28 15:58:19 2001 @@ -29,5 +29,4 @@ encode.h \ file.h -flac_LDFLAGS = -lm -flac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la +flac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm --- src/test_streams/Makefile.am.orig Tue Aug 28 16:00:17 2001 +++ src/test_streams/Makefile.am Tue Aug 28 16:00:28 2001 @@ -20,6 +20,6 @@ noinst_PROGRAMS = test_streams test_stream...
2001 Jan 20
2
Makefile.am patch
Since vorbiscomment is being resurrected in a new form, can someone please fix the vorbis-tools/vorbiscomment/Makefile.am? There's two things wrong: 1. Using _LDFLAGS doesn't allow the user to specify their own LDFLAGS. _LDADD or _LIBS should be used instead. 2. The order of libraries is wrong such that it won't link properly when compiled statically. Here's a trivial patch to fix that one line (from "cvs diff -c"): Index: Makefile...
2006 Nov 21
1
building R 2.4.0 on aix
I'm trying to build R 2.4.0 on aix 5 and not having much luck. If anyone on the list has built 2.3 or 2.4 on AIX and would be willing pass along some hints, I would be grateful. So would the research group that's waiting to use R. Thanks, Roy Heimbach -- Roy Heimbach <royh at hpc.unm.edu> / 505-277-8348 User Services / Center for High Performance Computing University of New