This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++ multilibs installed where gcc won't find them


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]