search for: vorbiscomment_ldflags

Displaying 2 results from an estimated 2 matches for "vorbiscomment_ldflags".

2000 Nov 22
1
Non-gcc build problems
...f's need to go, so I'll let the Coding Standards Gods say what the Right Thing is here. :-) --> Therefore, a solution not is provided in the attached patch - I didn't mention in my previous mail, but vorbiscomment's Makefile.am will not work for static linking as well. The vorbiscomment_LDFLAGS line needs to be fixed. --> Solution: change "vorbiscomment_LDFLAGS" to either "LIBS" or "vorbiscomment_LDADD" (since there's only one program in this directory it doesn't really matter which), and change the order of the libs for proper left-to...
2001 Jan 20
2
Makefile.am patch
...=========================== RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile.am,v retrieving revision 1.6 diff -c -r1.6 Makefile.am *** Makefile.am 2001/01/19 11:39:23 1.6 --- Makefile.am 2001/01/20 13:52:55 *************** *** 6,12 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: --- 6,12 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: {+} Jeff Squyres {+} squyres@cse.n...