Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO

2006-07-10 Thread A Mennucc
tags 355621 - moreinfo thanks hi I tried with $ gcc --version gcc (GCC) 4.1.2 20060708 (prerelease) (Debian 4.1.1-8) but no improvement ; the error looks like /usr/bin/ld: .libs/gtkmorph: hidden symbol `__gcov_init' in /usr/lib/gcc/i486-linux-gnu/4.1.2/libgcov.a(_gcov.o) is referenced by DSO /

Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO

2006-07-08 Thread Matthias Klose
tags 355621 + moreinfo thanks please recheck with gcc-4.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO

2006-03-06 Thread A Mennucc
Package: gcc-4.0 Version: 4.0.2-9 Severity: normal hi I wanted to profile my package 'xmorph'; I issued the commands $ FLAGS='-g -O0 -fprofile-arcs -ftest-coverage' $ ./configure CFLAGS="$FLAGS" CXXFLAGS="$FLAGS" LDFLAGS="$FLAGS" $ make -kCFLAGS="$FLAGS" CXXFLAGS="$FLAGS" LDFLAG