Successfully compiled gcc 2.95.2
Arne Haeckel
Arne.Haeckel@io-software.com
Fri Mar 24 08:30:00 GMT 2000
Hi people,
just compiled gcc 2.95.2.
Output of config.guess: i586-pc-cygwin32
I had to do some changes after running configure to compile successfully:
System configuration was: bash, cygwin b20, gcc Version 2.91.57, GNU make Version 3.77, Pentium 233MHz, Laptop
- It didn't work with distinct objdir and srcdir. So I compiled within srcdir.
- First I ran configure, then make bootstrap. The Make didn't find a Makefile in the directory ./gcc. After running configure in ./gcc it worked.
- the command makeinfo in directory texinfo/makeinfo didn't work the way it was used in ./gcc/Makefile. Changed the statements in the Makefile like the following:
before: $(MAKEINFO) $(MAKEINFOFLAGS) -I$(srcdir) -o cpp.info $(srcdir)/cpp.texi -o cpp.info
after: $(MAKEINFO) $(MAKEINFOFLAGS) -I$(srcdir) < $(srcdir)/cpp.texi > cpp.info
- changed in gcc/Makefile the definition of INCLUDES: added $(srcdir)/includes, so system.h could be found.
-not all directories for installation were created. Had to do manually.
Interesting: I needed temporarily 250MB Harddisk.
Bye
Arne
----- -------------------------
Interactive Objects Software GmbH
mailto:Arne.Haeckel@io-software.com
http://www.io-software.com
Basler Strasse. 63, D-79100 Freiburg, Germany
Tel: [+49]-761-40073-0, Fax: [+49]-761-40073-73
More information about the Gcc
mailing list