On 16 Mar 2002, Ralf Corsepius wrote:
> Am Fre, 2002-03-15 um 19.18 schrieb Scott McPeak: > > > Since this program doesn't use the C++ standard library, it doesn't test > > whether that library is correctly installed. > > > > I get about one report a month from someone who has trouble with my > > deployed software because the C++ standard library isn't installed > > correctly on Solaris (by default gcc-2.95.x puts the library in > > /usr/local/lib, but Solaris' ld.so doesn't look in /usr/local/lib). > If so, this would be a bug in gcc. Maybe so -- all the more reason to check for it, and ideally suggest a workaround (make symlinks in /usr/lib). I haven't reported it as a bug to the gcc people because I don't use Solaris so can't easily reproduce it on my own. -Scott
