> They have a new version for gcc3.x available now. > > But I still have to expicitly link the nschartdir.so against > stdc++ ( -lstdc++ ) , just using g++ as linker does not work. > I think this problem occures on suse 8.x systems only , > for RedHat systems it's enough using g++ as Linker.
That would be unusual behavior from g++ for any platform. Are you sure that you don't have a -nostdlib or -nodefaultlib arg in there somewhere that prevents the stdc++ default linkage? Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
