On Wed, Dec 13, 2000 at 08:42:37PM -0600, christopher j bottaro wrote:
[...]
> 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.
[...]

Before messing around with environment variables, check if configure itself
has an option --with-extra-includes and --with-extra-libs - it often
has. If it doesn't, you can try this (assuming bash as shell):

CPPFLAGS="-IYOUR_INC_PATH"
export CPPFLAGS
configure .....

i.e. set the variable *before* running configure.

For the static libraries, I'm not sure wherther ldconfig picks those up
as well, but you could check.

HTH,

Thomas
-- 
             "Look, Ma, no obsolete quotes and plain text only!"

     Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



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

Reply via email to