Chris Telting wrote:
> 
> I'm trying to build gcc-2.95.2.
> 
> I have gcc-2.95.2.tar.bz2 from gcc.gnu.org.
> I have gcc-2.95.2-x86-win32-patches.tar.gz.
> 
> Patches were applied.
> 
> ./configure
> make
> 

GCC doesn't build in the source directory.  You should always try to
build in a build directory first.

cd gcc-2.95.2
mkdir build
cd build
../configure --prefix=/your/prefix ...
make
make check  ;#(there will be something like 16 failures).
make install

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to