This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc trouble
- To: Richard Harreman <dateq at arak dot ptf dot hro dot nl>
- Subject: Re: gcc trouble
- From: Philip Blundell <pb at labs dot futuretv dot com>
- Date: Wed, 05 Jan 2000 11:19:49 +0000
- cc: bug-gcc at gnu dot org, richard at technolink3 dot demon dot nl
- References: <200001051232.NAA09109@arak.ptf.hro.nl>
>I've got a problem with configuring gcc-2.95.2.
>When I type "configure" it gives me the following output:
>
>creating cache ./config.cache
>checking LIBRARY_PATH variable... contains current directory
>configure: error:
>*** LIBRARY_PATH shouldn't contain the current directory when
>*** building gcc. Please change the environment variable
>*** and run configure again.
This is not a bug in GCC. As it says, a variable in your environment has an
inappropriate value. Depending on your shell, you should be able to remove it
with a command like `unset LD_LIBRARY_PATH' before running configure.
p.