Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 1995 10:47:40 +0100
From:      Poul-Henning Kamp <phk@critter.tfs.com>
To:        "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
Cc:        freebsd-current@freefall.FreeBSD.org
Subject:   Re: make world bombs with -pipe option 
Message-ID:  <1464.813577660@critter.tfs.com>
In-Reply-To: Your message of "Fri, 13 Oct 1995 10:08:25 %2B0100." <199510130908.KAA00497@gilberto.physik.rwth-aachen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I tried it twice now and went back to compile w/o -pipe (/etc/make.conf).
> make world failed with a error code 139 (see my recent posting on this)
> during making shared libm .
> 
> if [ -f man/acos.3 ]; then  gzip -f < man/acos.3 > acos.3.gz;  else  gzip -f 
< /usr/src/lib/msun/man/acos.3 > acos.3.gz;  fi
> Memory fault - core dumped
> *** Error code 139
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> Strange though that is does not happen during cc but later. 
> Can anyone confirm this?

Please try 
	setenv MALLOC_OPTIONS Z
and
	setenv MALLOC_OPTIONS j

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@ref.tfs.com       TRW Financial Systems, Inc.
It will be some time yet before progress goes too far... (Poul Henningsen)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1464.813577660>