This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Install Failed: Unixware (Help!)
- To: Randy Joiner <rjoiner at tc dot net>, Egcs Mail List <egcs at cygnus dot com>
- Subject: Re: Install Failed: Unixware (Help!)
- From: Robert Lipe <robertl at dgii dot com>
- Date: Wed, 7 Oct 1998 10:00:39 -0500
- References: <Pine.LNX.3.96.981006151117.18320R-100000@tc.net>
Randy Joiner wrote:
> Here's the error. I'm using the snap-shot from the 1st, and it bombs.
> Completely new set of files, configure ran fine, all is good until...
>
> /bin/sh ../../../egcs.src/libio/gen-params LIB_VERSION=2.8.0
> >tmp-params.h
> nm: dummy.o: No such file or directory
> nm: dummy.o: No such file or directory
> nm failed to find FUNC in dummy.o!
> UX:sh (gen-params): ERROR: -1: Bad number
I thought I answered this once before, but can't seem to find that reply...
I'm not seeing this on the other SCO targets. This doesn't mean the
problem isn't there; only that I can't fix it since I can't see it.
This doesn't look like a 'configure' error. This looks like a build
error. Regardless, gen-params is a shell script. It works by calling
the compiler to make a bunch of dinky little programs to test the build
environment. It looks like it's failing when building the dinky little
programs.
Can you throw some debugging time at this shell script to see what's
going on? It's probably that something outside of gen-params is the
actual problem. Perhaps the freshly generated compiler is having
problems, etc. If you can tell us what's choking, that'll advance
things.
RJL