Date: Tue, 13 Apr 1999 11:34:28 -0600 (MDT) From: Brett Taylor <brett@peloton.physics.montana.edu> To: Rob Arnold <rarnold@waddell.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gtk12 port can't see glib Message-ID: <Pine.BSF.4.05.9904131131450.3090-100000@peloton.physics.montana.edu> In-Reply-To: <4.1.19990413111136.009f0760@mailhost.waddell.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Tue, 13 Apr 1999, Rob Arnold wrote: > configure:4848: cc -o conftest -O -Wall -I/usr/local/include/glib12 > -D_THREAD_SAFE -pthread -I/usr/local/include conftest.c -lintl > -L/usr/local/lib -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 > -lglib12 -lc_r 1>&5 ld: invalid command option `-E' > It seems to say the -E flag is causing the puke, but where do I get > rid of it?? The -E is fine - the -Wl,E is bad. Edit patches/patch-ad and patches/patch-ae in the glib12 port so that they just insert -E instead of -Wl,E then pkg_delete glib12, reinstall glib12 and everything will be okay. (The -Wl, thing is an ELF particular option so that's why it's failing on 2.2.8 since it's a.out) 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-questions" 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.9904131131450.3090-100000>