[Flac-dev] [PATCH] libstc++ import fix
Enrico Weigelt
weigelt at metux.de
Thu Jul 27 16:06:05 PDT 2006
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: contact at metux.de
cellphone: +49 174 7066481
---------------------------------------------------------------------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
-------------- next part --------------
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 \
More information about the Flac-dev
mailing list