Fellow Managers;
I am trying to make GCC for 4.0B.
After perusing the lists archives, I found that 2.7.2.1 compiles correctly
after commenting line 198 of $GNU_SRC/cp/errfn.c,
/* extern errorfn sprintf; */
and was able to successfully build the program. After this, however, I
tried make install and got an error in that same file - sprintf not
defined.
Upon unremarking the line, make did indeed go farther, and broke when it
looked for makeinfo.
/usr/local/src/gcc-2.7.2.2/install.sh -c ./cccp.1
/usr/local/man/man1/cccp.1
chmod a-x /usr/local/man/man1/cccp.1
cd .; makeinfo gcc.texi
sh: makeinfo: not found
*** Exit 1
Stop.
This is really frustrating - I have gcc built successfully but cannot
install it. The files c++ & g++ are both in /usr/local/bin, but they are
but links to gcc. I could copy $GNU_SRC/stage3/xgcc to
/usr/local/bin/gcc, but do not know that it will complete the install.
Has anyone successfully installed GCC 2.7.2.2 on 4.0B? If not, is there a
2.7+ version that has been made correctly? I need to get this set up for
our development team soon.
As always, thanks for the responses and I will summarize.
--
Randy Dees | SCA: Talorgen ni Wrguist
ASI Systems Administration | a bard, formerly known as Myrddyn
Pr 14:12 There is a way which seemeth right unto a man, but the end
thereof are the ways of death
Received on Mon Jun 09 1997 - 22:00:11 NZST