Your message dated Wed, 02 Mar 2011 20:24:02 +0100
with message-id <4d6e9952.1060...@debian.org>
and subject line Re: Bug#616140: lib32stdc++6: Searching for -lstdc++ fails.
has caused the Debian Bug report #616140,
regarding lib32stdc++6: Searching for -lstdc++ fails.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
616140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lib32stdc++6
Version: 4.5.2-4
Severity: normal
When I was trying to make a 32-bit shared library on a
64-bit machine, the linker complained about not being able
to resolve -lstdc++.
lib32stdc++6 provides the library libstdc++.so.6.0.14 and
the logical link libstdc++.so.6, which points to the
library.
Unfortunately, this seems not to be good enough for the
linker.
After I manually generated a new logical link libstdc++.so,
which points to libstdc++.so.6, the linker was able to
resolve -lstdc++.
I did not think of this on my own but got the idea from
http://stackoverflow.com/questions/2086072/linking-using-g-fails-searching-for-lstdc
Apparently, someone else has seen this problem.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages lib32stdc++6 depends on:
ii gcc-4.5-base 4.5.2-4 The GNU Compiler Collection (base
ii lib32gcc1 1:4.5.2-4 GCC support library (32 bit Versio
ii libc6-i386 2.11.2-13 Embedded GNU C Library: 32-bit sha
lib32stdc++6 recommends no packages.
lib32stdc++6 suggests no packages.
-- no debconf information
This message and any enclosures are intended only for the addressee. Please
notify the sender by email if you are not the intended recipient. If you are
not the intended recipient, you may not use, copy, disclose, or distribute this
message or its contents or enclosures to any other person and any such actions
may be unlawful. Ball reserves the right to monitor and review all messages
and enclosures sent to or from this email address.
--- End Message ---
--- Begin Message ---
On 02.03.2011 20:01, Thomas E. Vaughan wrote:
> Package: lib32stdc++6
> Version: 4.5.2-4
> Severity: normal
>
> When I was trying to make a 32-bit shared library on a
> 64-bit machine, the linker complained about not being able
> to resolve -lstdc++.
>
> lib32stdc++6 provides the library libstdc++.so.6.0.14 and
> the logical link libstdc++.so.6, which points to the
> library.
>
> Unfortunately, this seems not to be good enough for the
> linker.
>
> After I manually generated a new logical link libstdc++.so,
> which points to libstdc++.so.6, the linker was able to
> resolve -lstdc++.
>
> I did not think of this on my own but got the idea from
> http://stackoverflow.com/questions/2086072/linking-using-g-fails-searching-for-lstdc
>
> Apparently, someone else has seen this problem.
please install g++-multilib and/or g++-4.5-multilib.
--- End Message ---