search for: lid3

Displaying 5 results from an estimated 5 matches for "lid3".

Did you mean: lid
2004 Sep 10
2
Re: non-PIC code in shared libs again
On Tue, Feb 11, 2003 at 05:14:45PM +0000, Christian Weisgerber wrote: > Ben Hines <bhines@alumni.ucsd.edu> wrote: > > > The patch fixed the problem with your libs. However, when linking the > > xmms plugin i still get: > > > > *** Warning: This library needs some functionality provided by -lstdc++. > > This is because of id3lib, which is written in
2004 Sep 10
0
Re: non-PIC code in shared libs again
...1.1.0/confgure.in.orig 2003-02-11 08:46:25.000000000 -0800 +++ flac-1.1.0/configure.in 2003-02-11 08:46:34.000000000 -0800 @@ -70,7 +70,7 @@ dnl There is some confusion over what libraries libid3 needs dnl so we must be pessimistic and try all permutations: dnl "-lid3" "-lid3 -lstdc++" "-lid3 -lz" "-lid3 -lz -lstdc++" - for xtra_stdcpp in "" " -lstdc++" ; do + for xtra_stdcpp in "" " " ; do for xtra_z in "" " -lz" ; do...
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...ux, PPC, gcc 2.95.3 The first has to do with with builing FLAC itself... specifically I can't get id3lib support to build. Whether or not I specify the location of the headers and libraries, the config.log turns up this: configure:9361: gcc -o conftest -g -O2 -INONE/include conftest.c -lid3 >&5 /usr/local/lib/libid3.so: undefined reference to `cerr' /usr/local/lib/libid3.so: undefined reference to `uncompress' /usr/local/lib/libid3.so: undefined reference to `iostream::ios virtual table' /usr/local/lib/libid3.so: undefined reference to `ostream::tellp(void)&...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
...first has to do with with builing FLAC itself... specifically I > can't get id3lib support to build. Whether or not I specify the > location of the headers and libraries, the config.log turns up this: > > configure:9361: gcc -o conftest -g -O2 -INONE/include conftest.c > -lid3 >&5 > /usr/local/lib/libid3.so: undefined reference to `cerr' > /usr/local/lib/libid3.so: undefined reference to `uncompress' > /usr/local/lib/libid3.so: undefined reference to `iostream::ios > virtual table' > /usr/local/lib/libid3.so: undefined reference...
2004 Sep 10
4
non-PIC code in shared libs again
On Wednesday, February 5, 2003, at 10:47 PM, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > good, very good. it may take me a little bit to get to it > since I'm starting a new job next week. > > Ben, can you inspect the patch and confirm that it covers > what you also suggested? The patch fixed the problem with your libs. However, when