Date: Fri, 7 May 1999 12:06:08 -0600 (MDT) From: Brett Taylor <brett@peloton.physics.montana.edu> To: Gary Kline <kline@tao.thought.org> Cc: FreeBSD Ports <freebsd-ports@FreeBSD.ORG> Subject: Re: Is this a ports bug? Message-ID: <Pine.BSF.4.05.9905071159560.9556-100000@peloton.physics.montana.edu> In-Reply-To: <199905071547.IAA11591@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Gary, > Contrary to what the installation thinks, I do have glib-1.2.2. > What am I doing wrong here? or what do I need to do! What version of FreeBSD are you using? (2.2.* something as I recall) > checking for glib-config... /usr/local/bin/glib12-config > checking for GLIB - version >= 1.2.2... no > *** The test program failed to compile or link. See the file > config.log for the This is what we need - you should check work/gtk-1.2.2/config.log. However, since I'm pretty sure that you're running 2.2.* let me provide a possible solution. If this is true you'll need to edit the patches for glib as they provide a wrong flag for glib stuff - look at the patches in glib12, specifically patch-ad and patch-ae. In those you'll see a line which changes G_MODULE_LDFLAGS to '-Wl,-E' - these are ELF specific flags and should be removed - easiest thing to do is just delete the entire bit there, ie '-Wl,-E'. Then pkg_delete glib12, reinstall it and then install gtk12. Good luck. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9905071159560.9556-100000>