Hi folks,

I needed to add -lstdc++ to the test to get them linked,
otherwise libstc++ isn't linked in automatically.

cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service

  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     [EMAIL PROTECTED]
  cellphone: +49 174 7066481
---------------------------------------------------------------------
 -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
diff -ruN flac-1.1.2.orig/src/test_libFLAC++/Makefile.am 
flac-1.1.2/src/test_libFLAC++/Makefile.am
--- flac-1.1.2.orig/src/test_libFLAC++/Makefile.am      Sun Jan 30 20:06:13 2005
+++ flac-1.1.2/src/test_libFLAC++/Makefile.am   Thu Jul 27 05:17:52 2006
@@ -26,7 +26,7 @@
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la 
\
        $(top_builddir)/src/libFLAC++/libFLAC++.la \
        $(top_builddir)/src/libFLAC/libFLAC.la \
-       -lm
+       -lm -lstdc++
 test_libFLAC___SOURCES = \
        decoders.cpp \
        encoders.cpp \
_______________________________________________
Flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to