search for: shlib_version_arg

Displaying 6 results from an estimated 6 matches for "shlib_version_arg".

2005 Sep 05
1
[PATCH] fix gcc 3.4 warnings
On Tue, Sep 06, 2005 at 08:54:18AM +1000, Jean-Marc Valin wrote: > I usually compile with several warning flags, but I prefer not to impose > any (especially since not everyone uses gcc!). FWIW, configure is already checking to see whether the compiler is gcc or not. There's an if clause in the configure scripts for ogg, vorbis, theora, and other of our packages that uses this to add
2006 Apr 06
2
Unable to obtain a DLL.
Hello, I have the 1.0.5 and 1.1.12 versions of Speex. The problem is that when I compile Speex using MinGW and MSys using: ./configure --enable-shared --prefix=/c/bgw/ I don't get neither a DLL file nor a .a library although the compile is successful. Also I must notice that the headers for Speex are installed correctly in the /c/bgw/ directory as specified by the prefix, and I did
2006 Apr 06
2
Unable to obtain a DLL.
> Jean-Marc, to generate a DLL using MinGW, you need to add -no-undefined > to the link line. For libsndfile, I do this using the following in > the Makefile.am file: > > libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ Could you tell me more about what that flag does? Any side effects? Is it gcc-specific? Jean-Marc
2006 Apr 06
0
Unable to obtain a DLL.
...nip> > Am I missing something trivial? Maybe not. Jean-Marc, to generate a DLL using MinGW, you need to add -no-undefined to the link line. For libsndfile, I do this using the following in the Makefile.am file: libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ You probably need something like this in your Makefile.am. Cheers, Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo +-----------------------------------------------------------+ "And this is one of the central problems with Islam. It's a relig...
2006 Apr 08
0
Unable to obtain a DLL.
...c Valin wrote: >> Jean-Marc, to generate a DLL using MinGW, you need to add -no-undefined >> to the link line. For libsndfile, I do this using the following in >> the Makefile.am file: >> >> libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ >> > > Could you tell me more about what that flag does? Any side effects? Is > it gcc-specific? > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev &...
2005 Aug 03
1
linking, exported symbols
Hi all, I've got an application here (flumotion) which uses libtheora (via gstreamer, though I think that's irrelevant here) and many other bits of code, one of which is PIL (Python Imaging Library), which also has chunks implemented in native code. When I run this, I get a crash in libtheora, the top of the stacktrace looking like: #0 0xb6a71bbf in quantize () from