Subject: Re: Another crash...
To: Greg Oster <oster@cs.usask.ca>
From: Johnny Billquist <bqt@softjar.se>
List: port-vax
Date: 03/12/2007 17:48:46
Greg Oster wrote:
> Johnny Billquist writes:
> 
>>Johnny Billquist wrote:
>>
>>>Now on to the next problem. It seems as if I can't build anything native 
>>>on my VAX now... :-(
>>
>>Correction: build.sh can't run. It fails right away when it's creating 
>>nbmake, since it claims it can't find a compiler to produce code with. 
>>However, running gcc manually works just fine. Interesting...
> 
> My guess would be PR#34783.

There seems to be several PRs on port-vax that are duplicates. Also, 
some of them point at log() being the culprit.
I wonder if that could be it for gcc in general as well, since there 
seems to be a few log() and log10() calls in gcc.

Has anyone looked more into the problem with log()?

	Johnny