Re: Darwin cross-compiler build failures on ppc MacOSX/Darwin

2006-06-20 Thread Bill Northcott
On 14/06/2006, at 10:47 AM, Mike Stump wrote: Any suggestions? Does the -isysroot compiler flag fix this sort of issue? It does not seem to be used in the gcc build. I'd expect it might. Run with -v and see if isysroot is given to ld. If not, add -Wl,-isysroot=... to pass it down to ld.

Re: Darwin cross-compiler build failures on ppc MacOSX/Darwin

2006-06-13 Thread Bill Northcott
On 14/06/2006, at 5:15 AM, Mike Stump wrote: None of this is a problem on MacOS X Intel. The cross-compilers build without problems on an Intel Mac. Well, apparently one solution is to fatten your system. My attempts to do that just resulted in a system that would not boot :-( Fortunately,

Darwin cross-compiler build failures on ppc MacOSX/Darwin

2006-06-13 Thread Bill Northcott
an Intel Mac. This has also been reported by someone trying to use the SDKs to build a cross compiler on Linux which targeted i386 Darwin, I am afraid I have lost the reference. Cheers Bill Northcott

Re: could gfortran be tested on Darwin regress builds of 4.1?

2005-07-29 Thread Bill Northcott
cc 4 on MacOS X 10.4.1 (Darwin 8.1). The only thing I needed to add was gmp, which built from the source without problems. The cc-tools in Darwin 8 is 590. So I think it would be a bad idea to install 576! If I get time, I will try the current code. Bill Northcott

Re: spec failure: unrecognized spec option ...

2005-05-20 Thread Bill Northcott
50xx compiler. Thanks for the help Bill Northcott

Re: spec failure: unrecognized spec option ...

2005-05-19 Thread Bill Northcott
code. The other is "/ Library/Application Support/Xcode/Specifications/GCC 4.0.xcspec" I now realise the warnings arise because the specs file is from a different compiler. Presumably these files serve some purpose. How do they affect the operation of the compiler? Bill Northcott

spec failure: unrecognized spec option ...

2005-05-19 Thread Bill Northcott
no idea what is going on here. Can someone please give me some clues. Bill Northcott

Re: PPC 64bit library status?

2005-04-30 Thread Bill Northcott
I am using was synced to the release gcc-4.0.0 on 20 April. So it is not that out of date. Bill Northcott

PPC 64bit library status?

2005-04-30 Thread Bill Northcott
onditional on _INT8_H. Even if the libraries build, will libffi or libobjc work on 64 bit PPC Since I don't have access to a 64 bit PPC machine I cannot test this. There is an even murkier question about what happens with Darwin 8 on x86. Bill Northcott

Bootstrap of gcc-3.4.3 on Tru64 5.1B PR16787

2005-02-13 Thread Bill Northcott
I have now tested the -ieee flag. So this is a documentation error, because the vital option is not mentioned in the host specific note. I have added a suggested documentation change to PR16787. It would be good if someone could fix the documentation. Bill Northcott On 10/02/2005, at 12:56