hi
I am trying (and also learning) how to compile GCC 3.01 ... this is what
I have done .... I try to follow the Readme
- make a dir call objdir
- untar gcc-3.0.1.tar.gz
- from objdir , run gcc=3.0.1/configure
I got the following error - not sure what it means
...
...
loading 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.
Configure in /docs/objdir/gcc failed, exiting.
What did I do wrong ?
thanks