[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA-user: Re: gEDA: New GTKWave snapshot 2002-03-25 Install trouble
- To: geda-user@seul.org
- Subject: gEDA-user: Re: gEDA: New GTKWave snapshot 2002-03-25 Install trouble
- From: John Griessen <john_g@cibolo.com>
- Date: Thu, 11 Apr 2002 08:51:34 -0500
- Delivered-To: archiver@seul.org
- Delivered-To: geda-user-outgoing@seul.org
- Delivered-To: geda-user@seul.org
- Delivery-Date: Thu, 11 Apr 2002 10:01:26 -0400
- In-Reply-To: <Pine.LNX.4.32.0204102209440.4872-100000@localhost.localdomain>
- Organization: cibolo
- References: <Pine.LNX.4.32.0204102209440.4872-100000@localhost.localdomain>
- Reply-To: geda-user@seul.org
- Sender: owner-geda-user@seul.org
I was able to install the GTKWave programs on a redhat 7.1 linux, but not on
a conectiva linux. ON conectiva, there is a 1.2.8 version of glib, which the
configure script stops unable to find. part of:
$In file included from /usr/include/glib-1.2/glib.h:66,
$ from configure:1383:
$/usr/include/glib-1.2/glibconfig.h:9: glib/gmacros.h: No such file or
the library search path seems to not matter. I cannot get the install
configure script to see that the /opt/include/glib-2.0/glib/gmacros.h file
exists. How do you tell it?
There is also a successful install of glib-2.0 on the conectiva machine.
On redhat glib is a rpm version1.2.9-1.
the /etc/ld.so.conf file is set like:
==================================
/opt/include/glib-2.0
/opt/include/glib-2.0/glib
/usr/include/glib-1.2
/opt/lib
/opt/lib/ivl
/opt/lib/freehdl
/usr/local/lib
/usr/lib
/usr/X11R6/lib
/usr/lib/qt2/lib
/usr/lib/qt3/lib
/usr/lib/krb5
/usr/lib/kde2
configure script output on Conectiva attempt:
==============================================
checking for a BSD compatible install... /usr/bin/install -c
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... 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/bin/glib-config
configure: error: Cannot find GLIB: Is gtk-config in path?
[root@toolbench gtkwave-2.0.0pre1-20020212]# /usr/bin/glib-config --help
Usage: glib-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--cflags]
Libraries:
glib
gmodule
gthread
[root@toolbench gtkwave-2.0.0pre1-20020212]# find / -name glib-config
/usr/local/src/pkgconfig-0.12.0/glib-1.2.8/glib-config
/usr/bin/glib-config
[root@toolbench gtkwave-2.0.0pre1-20020212]#
[