Subject: Re: userland make build
To: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
From: David Brownlee <abs@netbsd.org>
List: port-sparc64
Date: 11/16/2000 08:25:38
	Would anyone care to submit an entry for the NetBSD FAQ
	documenting these toolchain pitfalls? - just cc www@netbsd.org :)


                David/absolute
			       -- www.netbsd.org: A pmap for every occasion --


On Thu, 16 Nov 2000, Seigo Tanimura wrote:

> On Wed, 15 Nov 2000 22:32:53 +0100 (MET),
>   Martin Husemann <martin@duskware.de> said:
>
> >> A. va_list vs _BSD_VA_LIST_
> Martin> You have bogus /usr/local/lib/gcc-lib/..../include/*argh.h file - remove
> Martin> them all. Gcc (when doing its fixincludes stuff) insists on creating these,
> Martin> but they just don't work. If you remove them, the system files in /usr/include
> Martin> will be used (and those work).
> (snip)
> >> D. DBL_MAX, DBL_MIN, etc is defined more than once
>
> Martin> Never seen that (and I did rebuild everything two days ago).
>
> This was caused by the same reason as that of the problem A. Both
> /usr/local/machine/limits.h and /usr/local/lib/gcc-lib/sparc64-netbsd/
> 2.95.2/include/limits.h define DBL_MAX, DBL_MIN and so on.
>
>