From owner-freebsd-questions Tue Apr 13 10:37:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id F3F8A1578A for ; Tue, 13 Apr 1999 10:37:06 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id LAA03272; Tue, 13 Apr 1999 11:34:28 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 13 Apr 1999 11:34:28 -0600 (MDT) From: Brett Taylor To: Rob Arnold Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gtk12 port can't see glib In-Reply-To: <4.1.19990413111136.009f0760@mailhost.waddell.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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