Subject: Re: build prob
To: None <prlw1@newn.cam.ac.uk>
From: Havard Eidnes <he@uninett.no>
List: current-users
Date: 10/17/2001 10:38:11
> On an i386, in src/gnu/lib/libgcc, I get 2 source files per compile
> line for eg. exception.cc (I think for all files mentioned in
> G_CXX_LIB2SRCS in i386.mk). They differ by their path:
>
> /usr/src/gnu/lib/libgcc/../../dist/toolchain/gcc/cp/exception.cc
> /usr/src/gnu/lib/libgcc/../../dist/gcc/cp/exception.cc
>
> extra "toolchain" in the first. Dropping the second (without toolchai=
n)
> source file from the compile line seems to work... Following the Make=
file
> magic is tricky..

The recipe for the fix for this problem is apparently to manually
remove a stale .depend file.  Why that one wasn't being removed by
"make cleandir" I won't claim to understand.

Regards,

- H=E5vard