Re: error building mozilla-- cannot find -lglib

2002-09-26 Thread Mark J. Miller
Found it-- /usr/ports/www/mozilla/work/mozilla/config/autoconf.mk. There are several macro definitions for -lglib12, but LIBIDL_LIBS is defined to include -lglib. I haven't investigated this further to figure out where this should have been set (ie, if it's a patch problem or a configure problem

Re: error building mozilla-- cannot find -lglib

2002-09-25 Thread Joe Marcus Clarke
On Sat, 2002-09-21 at 02:49, Mark J. Miller wrote: > > > >> >Somehow your Mozilla is being configured incorrectly. Make sure your > >> >/usr/ports/Mk directory is up-to-date, then do a make clean in the > >> >mozilla directory, and try to rebuild. It shouldn't be looking for > >> >-lglib, but

Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Mark J. Miller
>> >Somehow your Mozilla is being configured incorrectly. Make sure your >> >/usr/ports/Mk directory is up-to-date, then do a make clean in the >> >mozilla directory, and try to rebuild. It shouldn't be looking for >> >-lglib, but rather -lglib12. > >This is handled by the glib12-config script

Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Joe Marcus Clarke
On Fri, 2002-09-20 at 18:30, Mark J. Miller wrote: > >> Why would ld be unable to find glib? Is there something I'm doing wrong? > > > >Somehow your Mozilla is being configured incorrectly. Make sure your > >/usr/ports/Mk directory is up-to-date, then do a make clean in the > >mozilla directory,

Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Mark J. Miller
>> Why would ld be unable to find glib? Is there something I'm doing wrong? > >Somehow your Mozilla is being configured incorrectly. Make sure your >/usr/ports/Mk directory is up-to-date, then do a make clean in the >mozilla directory, and try to rebuild. It shouldn't be looking for >-lglib, bu

Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Joe Marcus Clarke
On Fri, 2002-09-20 at 16:43, Mark Miller wrote: > Hi, > > I'm trying to build mozilla from ports and I get the following error: > > gmake[4]: Entering directory >`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl' > > cc -o xpidl -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-un

Re: error building mozilla-- cannot find -lglib

2002-09-20 Thread Adam Weinberger
when was the last time you updated your ports tree? -Adam >> (09.20.2002 @ 1343 PST): Mark Miller said, in 1.6K: << > Hi, > > I'm trying to build mozilla from ports and I get the following error: > > gmake[4]: Entering directory >`/usr/ports/www/mozilla/work/mozilla/xpcom/typelib/xpidl' > >