Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 1999 11:24:41 -0500
From:      Rob Arnold <rarnold@waddell.com>
To:        freebsd-questions@freebsd.org
Subject:   gtk12 port can't see glib
Message-ID:  <4.1.19990413111136.009f0760@mailhost.waddell.com>

next in thread | raw e-mail | index | archive | help
--=====================_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 <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
Content-Type: text/html; charset="us-ascii"

<html>
Hi all,<br>
<br>
Trying to get gtk12 port to compile, on the way to GNOME.<br>
<br>
FreeBSD 2.2.8-RELEASE, with the upgrade kit installed, X 3.3.3, <br>
glib 1.3.1, Enlightenment 0.15.<br>
<br>
make proceeds normally until the configure script version<br>
checks glib, then barfs:<br>
<br>
checking for glib-config... /usr/local/bin/glib12-config <br>
checking for GLIB - version &gt;= 1.2.1... no <br>
*** Could not run GLIB test program, checking why... <br>
*** The test program failed to compile or link. See the file config.log
for the <br>
*** exact error that occured. This usually means GLIB was incorrectly
installed <br>
*** or that you have moved GLIB since it was installed. In the latter
case, you <br>
*** may want to edit the glib-config script: /usr/local/bin/glib12-config
<br>
configure: error: <br>
*** GLIB 1.2.1 or better is required. The latest version of GLIB <br>
*** is always available from
<a href="ftp://ftp.gtk.org/" eudora="autourl"><font color="#0000FF"><u>ftp://ftp.gtk.org/</a></font></u>.
<br>
*** Error code 1<br>
<br>
Since you asked :), here's config.log:<br>
<br>
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&gt;&amp;5 <br>
ld: invalid command option `-E' <br>
configure: failed program was: <br>
#line 4838 &quot;configure&quot; <br>
#include &quot;confdefs.h&quot;<br>
#include &lt;glib.h&gt; <br>
#include &lt;stdio.h&gt;<br>
int main() { <br>
return ((glib_major_version) || (glib_minor_version) ||
(glib_micro_version)); <br>
; return 0; }<br>
<br>
It seems to say the -E flag is causing the puke, but where do I get rid
of it??<br>
<br>
Any thoughts, anyone?<br>
&nbsp;<br>
<br>
<br>
<div>&nbsp;&nbsp;&nbsp; Rob Arnold</div>
<div>&nbsp;&nbsp;&nbsp; Waddell &amp; Reed, Inc.</div>
&nbsp;&nbsp;&nbsp; NIC Handle: RA288
</html>

--=====================_949288==_.ALT--



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?4.1.19990413111136.009f0760>