David Dawes wrote:
Do you have the GNU libstdc++ package installed?

David


I had the same problem, actually, on my system, ld doesn't accept -lstdc++, even though it is provided the complete path to it:
[EMAIL PROTECTED] ~
$ ld -L/opt/gcc/lib -lstdc++
ld: cannot find -lstdc++
[EMAIL PROTECTED] ~
$ ls -l /opt/gcc/lib
total 9234
drwxr-xr-x 3 root other 512 Feb 16 16:50 gcc-lib
-rw-r--r-- 1 root other 310060 Feb 16 16:51 libiberty.a
-rw-r--r-- 1 root other 2166200 Feb 16 16:51 libstdc++.a.2.10.0
-r-xr-xr-x 1 root other 2217384 Feb 16 16:51 libstdc++.so.2.10.0


It's Solaris 9 x86, GCC 2.95.3, GNU Binutils 2.13.2.1

However, I found a solution:
in my host.def file, I added the line (among others):

#define SharedGLUReqs $(LDPRELIBS) $(XLIB) $(GLXLIB)

which overrides the default one in sv4Lib.tmpl, which has -lstdc++

make world had no problem then.

I do have some other outstanding problems, though, that are not solved yet, which I'm still investigating :-)

HTH,

Laurent

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to