Subject: Re: mozilla 0.9.7 build fails
To: mel kravitz <melk@switchpwr.com>
From: Martin Weber <Ephaeton@gmx.net>
List: port-i386
Date: 01/15/2002 20:55:28
On Tue, Jan 15, 2002 at 01:20:52PM -0500, mel kravitz wrote:
> mozilla -0.9.7 using /usr/pkgsrc/www/mozilla build fails with :
> /usr/bin/ld: cannot find -lgcc_pic-lgcc_p
> in ../../../mozilla/js/src directory ...how to fix?
> netbsd1.5ZA , pkgsrc..1/14/02 on an i386
> -Mel

Update your gcc, it used to interpret -pedantic as -p, too, i.e.
trying to link against a profiled version of the libs (lgcc_pic)
                                                           ^^^^
Don't pin me on a date where it started to work, but recent sources
will work fine :)

-Martin