From owner-freebsd-questions Tue Apr 13 9:24:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.waddell.com (bsdbox.waddell.com [208.132.88.26]) by hub.freebsd.org (Postfix) with ESMTP id 0A90D15678 for ; Tue, 13 Apr 1999 09:24:24 -0700 (PDT) (envelope-from rarnold@waddell.com) Received: from rob (rob.waddell.com [10.1.2.11]) by mailhost.waddell.com (8.9.1a/8.9.1a) with SMTP id LAA24587 for ; Tue, 13 Apr 1999 11:23:59 -0500 (CDT) Message-Id: <4.1.19990413111136.009f0760@mailhost.waddell.com> X-Sender: rob@mailhost.waddell.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 13 Apr 1999 11:24:41 -0500 To: freebsd-questions@freebsd.org From: Rob Arnold Subject: gtk12 port can't see glib Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_949288==_.ALT" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=====================_949288==_.ALT Content-Type: text/plain; charset="us-ascii" Hi all, Trying to get gtk12 port to compile, on the way to GNOME. FreeBSD 2.2.8-RELEASE, with the upgrade kit installed, X 3.3.3, glib 1.3.1, Enlightenment 0.15. make proceeds normally until the configure script version checks glib, then barfs: checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.1... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB was incorrectly installed *** or that you have moved GLIB since it was installed. In the latter case, you *** may want to edit the glib-config script: /usr/local/bin/glib12-config configure: error: *** GLIB 1.2.1 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. *** Error code 1 Since you asked :), here's config.log: 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' configure: failed program was: #line 4838 "configure" #include "confdefs.h" #include #include int main() { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } It seems to say the -E flag is causing the puke, but where do I get rid of it?? Any thoughts, anyone? Rob Arnold Waddell & Reed, Inc. NIC Handle: RA288 --=====================_949288==_.ALT Content-Type: text/html; charset="us-ascii" Hi all,

Trying to get gtk12 port to compile, on the way to GNOME.

FreeBSD 2.2.8-RELEASE, with the upgrade kit installed, X 3.3.3,
glib 1.3.1, Enlightenment 0.15.

make proceeds normally until the configure script version
checks glib, then barfs:

checking for glib-config... /usr/local/bin/glib12-config
checking for GLIB - version >= 1.2.1... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB was incorrectly installed
*** or that you have moved GLIB since it was installed. In the latter case, you
*** may want to edit the glib-config script: /usr/local/bin/glib12-config
configure: error:
*** GLIB 1.2.1 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
*** Error code 1

Since you asked :), here's config.log:

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'
configure: failed program was:
#line 4838 "configure"
#include "confdefs.h"
#include <glib.h>
#include <stdio.h>
int main() {
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
; return 0; }

It seems to say the -E flag is causing the puke, but where do I get rid of it??

Any thoughts, anyone?
 


    Rob Arnold
    Waddell & Reed, Inc.
    NIC Handle: RA288 --=====================_949288==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message