[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with paths in gcc



Martin Alonso Soto Jacome wrote:
> 
> Hello all:
> 
[snip]
> 
> Is it normal behavior for gcc not to look for libraries under /usr/lib/X11?
> 

Yes.  Not every system has X11 installed; not every system with X11
installed has the development package installed; not every system
with the development package installed compiles nothing but X programs.
The only "standard" places to look are in /lib and /usr/lib.  Anything
else must be explicitly specified with the -L option.

Is the configure script autoconf-generated?  I seem to remember there
being a macro for detecting the location of X libraries.

--Galen


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: