Subject: Linking libstdc++.so
To: None <port-i386@netbsd.org>
From: Scott Johnstons account <tgruhn2@mail.com>
List: port-i386
Date: 06/29/2000 14:45:54
I finally made some progress. I figured out how to link the new libstdc++ for
gcc-2.95. When you substitute all the variables you get:

open (COMMAND,("| /usr/guest/scott/gcc-2.95.2/gcc/xgcc -B/usr/guest/scott/gcc-2.95.2/gcc/ -B/usr/local/gcc295/i386-unknown-netbsd1.4.2/bin/ " . "-g -O2 -fno-implicit-templates " . "-shared -o libstdc++.so.2.10.0 " . "$files")         );
#Taken from a perl script I wrote

But when I run it, I get:
ld: No reference to __DYNAMIC
collect2: ls returned 1 exit status

Any ideas?