Problem with libstdc++ installation

Mark Mitchell mark@markmitchell.com
Fri Sep 4 10:39:00 GMT 1998


I apologize that what follows is not an optimal bug report.  I also
apologize for some long lines.

I just installed EGCS (mainline) on an mips-sgi-irix box, and found
that in the installation directory (--prefix=/users/mitchell/progs)

> find . -name 'libstdc++*' -exec ls -l {} \;
-rw-r--r--    1 mitchell pooma    1013444 Sep  3 15:55 ./lib/libstdc++.a.2.9.0
-rw-r--r--    1 mitchell pooma    1254548 Sep  3 15:55 ./lib/mabi=64/libstdc++.a.2.9.0
lrwxr-xr-x    1 mitchell CIC-ACL       43 Sep  3 15:55 ./lib/gcc-lib/mips-sgi-irix6.5/egcs-2.92.02/mabi=64/libstdc++.a -> /users/mitchell/progs/lib/libstdc++.a.2.9.0
lrwxr-xr-x    1 mitchell CIC-ACL       26 Sep  3 15:55 ./lib/gcc-lib/mips-sgi-irix6.5/egcs-2.92.02/libstdc++.a -> ../../../libstdc++.a.2.9.0

Note that the mabi=64 symlink points to the same file as the ordinary
(n32) symlink, although via an absolute, not relative, path.  I could
probably track this down, but I figured that you might be able to fix
it immediately, or tell me that some kind of pilot error was likely.

Thanks,

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com



More information about the Gcc-bugs mailing list