libstdc++ multilibs installed where gcc won't find them
Benjamin Kosnik
bkoz@redhat.com
Mon Jan 27 16:40:00 GMT 2003
On 26 Jan 2003 04:47:39 -0200
Alexandre Oliva <aoliva@redhat.com> wrote:
>I've run into a problem in the mips64-linux-gnu port: at least in the
>cross-build setting, gcc installs the shared libstdc++.so in directory
>names that follow the multilib subdir naming convention (. /32 /64),
>but then gcc looks for it in a directory named after the OS-specific
>multilib dir (../lib ../lib32 ../lib64), so it doesn't work. This
>patch fixes this problem, by arranging for libstdc++-v3 to install the
>multilibs in the same location where gcc will find them. Ok to
>install?
This looks great Alexandre. If you can, please put this on the gcc-3_3
and gcc-3_2-branches.
-benjamin
More information about the Libstdc++
mailing list