Displaying 2 results from an estimated 2 matches for "xtra_stdcpp".
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
...8: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
                         if test "x$id3lib_found" = "x" ; then
                                 ac_save_CFLAGS=...