This is the mail archive of the gcc-bugs@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]

Re: gcc trouble


>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.



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