
06-09-2008, 08:51 PM
|
| Junior Member | | Join Date: Sep 2009
Posts: 0
| |
Re: gcc build fails "cannot compute suffix of object files" On Mon, 09 Jun 2008 14:25:42 +0100, Dave wrote:
> Dave wrote:
>> I'm trying to compile gcc 4.3.1 on a Laptop running Solaris Express
>> Community Edition Build 89.
> Looking at my log, I overlooked to mention this line - see full lot
> posted previously.
> xgcc: Internal error: Killed (program cc1)
> Any ideas how to solve it?
You have to read the config.log. As suggested. I just got this "error" too
when bootstrapping in libgcc's configure stage. According to the log
libgmp and libmpfr cannot be found. Which is of course ridiculous as - up
til now anyway - there has NOT been a problem finding the stuff. I had to
start from scratch with MORE configure options, Im adding LDFLAGS.
Eventually this piece of crap will compile ?? |