Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
glib / glib-config ??

glib / glib-config ??

2004-02-09       - By Ashish Samant

 Back
Reply:     1     2     3  


Hi...

I had a question ( newbie type...I guess ) with respect to glib and
glib-config. I am trying to install a patch, that uses 'glib-config ' in
its Makefile. And I get an error saying, 'glib-config ' not found. I think
its not locating the glib.h include files either. I am running a RH 9
distro with kernel 2.4.20 . Here is the makefile and other info :

1. Output of rpm -q glib:
- > glib-1.2.10-10

2.locate glib-config : returns nothing

3. Makefile that is being used :

-x-x-x
INSTDIR = /usr/local/bin
INSTALL = /usr/bin/install
GLIB_INC := $(shell glib-config --cflags)
GLIB_LIB := $(shell glib-config --libs)
CC := gcc -02 -Wall
#CC := gcc -g -Wall

EXECUTABLES = ......( list of files here )

BINARIES = ......( list of files here )

build : $(BINARIES)

install : build
$(INSTALL) $(EXECUTABLES) $(INSTDIR)


clean :
/bin/rm/ $(BINARIES)

uninstall :
cd $(INSTDIR) && /bin/rm $(EXECUTABLES)

pH-tide : pH-tide.c
$(CC) -lm $(GLIB_INC) $(GLIB_LIB) pH-tide.c -o pH-tide

-x-x-x

The make fails for pH-tide.c which seems to be using the glib stuff.


I am not sure what other info to provide here, though have a feeling, the
above is insufficient. Please let me know what is going on here and what
do I need to do. I have been trying to google around for info, but Im not
getting much out of it.

Thanks in advance,

Ashish.



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list