bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc


From: vapier at gentoo dot org
Subject: [Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)
Date: Sun, 05 May 2013 04:25:45 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=15126

--- Comment #21 from Mike Frysinger <vapier at gentoo dot org> 2013-05-05 
04:25:45 UTC ---
(In reply to comment #19)

i don't think all are.  if you build the cdrdao package, it uses the C++ <list>
which implicitly pulls in __pthread_key_create() (by way of various gcc
headers).  this isn't a problem because they're weak references.

however, starting with binutils-2.23.52.0.1, this throws up:
$ x86_64-pc-linux-gnu-g++ -O2 -march=amdfam10 -pipe -g  -o toc2cue toc2cue.o
../trackdb/libtrackdb.a -lmad -lm -lvorbisfile -lvorbis -lm -logg -lao
/usr/bin/ld: ../trackdb/libtrackdb.a(Toc.o): undefined reference to symbol
'__pthread_key_create@@GLIBC_2.2.5'
/usr/bin/ld: note: '__pthread_key_create@@GLIBC_2.2.5' is defined in DSO
/lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]