i'm making some gnome stuff.  a lot of the packages let me specify where 
audiofile is.  its in /usr/local/kde2.  but one package doesn't.  one of the 
files in the package is dependent on audiofile.h which is 
/usr/local/kde2/include, but gcc can't find it.  how can i fix this?  i know 
if i was invoking gcc myself i'd use the -I option.  but this package is 
being built from a huge makefile tree that was contructed by configure.

is there an environment var that tells gcc to >also< look in a specified dir?

oh yeah, i'm sure after it finds audiofile.h, its going to bomb out while 
trying to link to audiofile.a.  so how do i let gcc know where to look for 
static libs also?

thank you for the help
christopher



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to