This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'specs' directory interferes with the operation of gcc in configure scripts.


Richard Lemieux <rlemieu@cooptel.qc.ca> writes:

> LD_LIBRARY_PATH=/usr/X11/lib:/opt/gcc/lib:
> LIBRARY_PATH=/usr/X11/lib:

A trailing colon on a PATH environment variable adds the empty string
to the path, which winds up being the current directory.  You don't
need those trailing colons; remove them.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]