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]

gcc not built/installed in egcs-1.0[.1]


First let me say that I've been building and installing gcc since circa
gcc-1.2x, so building gcc is not new for me.

Second, I've skimmed through the docs in the INSTALL directory and don't
see this mentioned.

I've just built both 1.0 and 1.0.1 on an x86 running FreeBSD 2.2.2.R and
on a Sun running SunOS 4.1.4. (`make bootstrap`).

In both cases at the end of the build there was no gcc built. There was
a g++, a g77, and an xgcc, but no gcc. 

When I tried a `make install`, there was no /usr/local/bin/gcc when it
was finished. I have made no attempt to figure out why, I am merely
reporting the results for your consideration; because the expedient
thing for me to do at this point is to install xgcc as gcc by hand and
move on to what I really want to be doing. :-)

Also on the Sun, the `make install` fails with this message:

install: /usr/local/sparc-sun-sunos4.1.4/include/assert.h: No such file
or directory
*** Error code 1
make: Fatal error: Command failed for target `install-assert-h'


So it seems that this target has forgotten that it already installed a
fixed assert.h in
/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.4/egcs-2.90.23/include

In both cases I am *not* building a cross-compiler or anything tricky. I
just want a newer native-mode compiler.

--

Kaleb S. KEITHLEY


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