-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 06 January 2003 11:43 pm, Michael Fratoni wrote:

> Yes, ask the author to fix his configure scripts to pick up the needed
> CFLAGS and LDFLAGS for glib. ;)
>
> Failing that, this should work:
>
> $ glib-config --cflags
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
>
> $ glib-config --libs
> -L/usr/lib -lglib

I should have mentioned, if you want to build against glib2:

$ pkg-config --cflags glib-2.0
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
$ pkg-config --libs glib-2.0
 -lglib-2.0
export CFLAGS=" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
export LDFLAGS=" -lglib-2.0"


- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Gmicn/07WoAb/SsRApFJAJ99Nu8F6UoORlrzCA/+3dfDpJTD2QCgn2ha
YGco9fe1fjRUWjvl38sAK6U=
=AUvw
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to