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

Alexandre Oliva aoliva@redhat.com
Sun Jan 26 06:49:00 GMT 2003


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?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: libstdc++-install-multi-os-dir.patch
Type: text/x-patch
Size: 1205 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030126/dda715bb/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the Libstdc++ mailing list