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

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

 



Richard Lemieux <rlemieu@xxxxxxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux