This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Installing on powerpc-ibm-aix4.3.2.0
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Installing on powerpc-ibm-aix4.3.2.0
- From: John Potter <jpotter at penguin dot lhup dot edu>
- Date: Tue, 28 Aug 2001 10:52:44 -0400 (EDT)
Simple basic process. Thoughts?
John
../gcc-3.0.1/configure --enable-languages=c,c++
make bootstrap
make install
...
Making install in include
ln: 0653-421 ./ctype_base.h exists.
Specify -f to remove ./ctype_base.h before linking.
ln: 0653-421 ./ctype_inline.h exists.
Specify -f to remove ./ctype_inline.h before linking.
ln: 0653-421 ./ctype_noninline.h exists.
Specify -f to remove ./ctype_noninline.h before linking.
ln: 0653-421 ./os_defines.h exists.
Specify -f to remove ./os_defines.h before linking.
ln: 0653-421 ./atomicity.h exists.
Specify -f to remove ./atomicity.h before linking.
ln: 0653-421 ./limits.h exists.
Specify -f to remove ./limits.h before linking.
make: 1254-004 The error code from the last command is 1.
...