This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Building GCC


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


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