Tobias Gasser wrote: > spice does not search for /usr/X11/include > > i know, the book does no longer support this and i already have some > other packages where i have to spcecify flags or patch the makefiles.
We do support alternative locations for Xorg. Some packages need to have the environment variable LIBRARY_PATH set for gcc to automatically find libraries. For headers, there are four possible variables: CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJC_INCLUDE_PATH. CPATH specifies a list of directories to be searched as if specified with -I, but after any paths given with -I options on the command line. The environment variable is used regardless of which language is being preprocessed. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
