Subject: Re: build problem
To: Adam Majewski <am@albedo.art.pl>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 11/02/2001 15:42:37
On Fri, Nov 02, 2001 at 02:53:50PM +0100, Adam Majewski wrote:
> 
> >  i have problem with building userspace
...
> -nostdinc -idirafter /usr/include -c -o exception.o
> /xds/sup/src/gnu/lib/libgcc/../../dist/toolchain/gcc/cp/exception.cc
> /xds/sup/src/gnu/lib/libgcc/../../dist/gcc/cp/exception.cc
> i386--netbsdelf-gcc: cannot specify -o with -c or -S and multiple
> compilations

I fell for that too.. and I had removed the .depend in said libgcc/obj
directory, however prompted by Hubert to persevere: removing all .depends
under gnu/lib did the trick..

Patrick