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]

Egcs-971207 builds on rs6000-ibm-aix3.2.5 with handholding


To build and install egcs-971207 on an rs6000 running aix3.2.5,
I had to do the following after configuring:

1) edit gcc/Makefile, adding -DNO_FILE to ENQUIRE_CFLAGS.

2) edit libio/config.shared, explcitly adding 5 files
   to the DEPEND_SOURCES macro, namely, peekc.c, iogetc.c,
   ioputc.c, iofeof.c and ioferror.c, all prefixed by
   ../../libio/.  I have no idea why the original wildcard
   fails to catch these files.


Sorry for the large debug output attached to my earlier 
message.  It would help newbies like me if the statement
in INSTALL/FINALINSTALL 

   "If you find a bug in egcs, please report it to 
    egcs-bugs@cygnus.com" 

would be expanded to say 

   "This e-mail is received by hundreds around to globe,
    so summarize the problem; don't attach large debug
    output files"

Hope this helps.
-----------------------------------------------------------
Peter J. Puchyr           Phone:  +1 403 262 4885
INTERA Consultants Ltd.   Fax:    +1 403 263 8556
Calgary, Alberta          E-mail: PJPuchyr@intera.com
CANADA                    URL:    http://www.intera.com




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