[csw-maintainers] GCC 4.6.2 C++ front issue

Peter FELECAN pfelecan at opencsw.org
Fri Dec 2 19:43:56 CET 2011


The minimal program:

int main() {}

compiles, links (g++ -o c c.cc) but doesn't run; the following error
message is reported:

        ld.so.1: c: fatal: libstdc++.so.6: open failed: No such file or
        directory

and ldd reports:
	libstdc++.so.6 =>	 (file not found)
	libm.so.2 =>	 /lib/libm.so.2
	libgcc_s.so.1 =>	 (file not found)
	libc.so.1 =>	 /lib/libc.so.1

If reporting this in Mantis or in private is preferred, I'll do it.

type g++ : 

g++ is /opt/csw/bin/g++

g++ --version :

g++ (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-- 
Peter


More information about the maintainers mailing list