This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem when compiling
- To: Philip Blundell <philb at gnu dot org>
- Subject: Re: problem when compiling
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 07 Sep 1998 23:39:16 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <E0zFmGK-0000Vh-00@kings-cross.london.uk.eu.org>you write:
> >Remove the trailing ':' it is unnecessary and wrong and is likely
> >the cause of your problems.
>
> The glibc configure script now has a check for LD_LIBRARY_PATH containing the
> current directory and warns the user that this will cause problems. It mig ht
> be a good check to include for egcs as well.
An excellent idea. Thanks for the pointer. I've copied the code and
tweaked it to check for the environment variables that give egcs
problems.
Thanks!
jeff