[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#556504: FTBFS with binutils-gold



Source: trustedqsl
Version: 1.11-8
Severity: minor
User: peter.fritzsche@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

g++ -Wall `"/usr/bin/wx-config" --cxxflags` -I/usr/include -I/usr/include -I/usr/include -g -O2   -o tqsl  tqsl.o extwizard.o tqslwiz.o dxcc.o stationdial.o qsodatadialog.o tqslvalidator.o tqsl_prefs.o wxutil.o -pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  -ltqsllib -lcrypto  
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:714: error: undefined reference to 'gzopen64'
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:766: error: undefined reference to 'gzwrite'
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:837: error: undefined reference to 'gzclose'
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:778: error: undefined reference to 'gzwrite'
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:779: error: undefined reference to 'gzputs'
/usr/bin/ld: tqsl.o: in function MyFrame::ConvertLogFile(void*, wxString&, wxString&, bool, bool):tqsl.cpp:849: error: undefined reference to 'gzclose'
collect2: ld returned 1 exit status
make[2]: *** [tqsl] Error 1



Reply to: