Re: error using gcc 48 on PPC

2018-04-30 Thread Ken Cunningham
> On Apr 24, 2018, at 8:30 PM, Ken Cunningham > wrote: > > > >> On Apr 19, 2018, at 11:17 PM, Riccardo via macports-users >> wrote: >> >> Hi, >> >> When using gcc48 from macports on 10.5 Leopart PPC (trying to reporduce >> exact TenFourFox build environment needed) it will fail this way

Re: error using gcc 48 on PPC

2018-04-24 Thread Ken Cunningham
> On Apr 19, 2018, at 11:17 PM, Riccardo via macports-users > wrote: > > Hi, > > When using gcc48 from macports on 10.5 Leopart PPC (trying to reporduce exact > TenFourFox build environment needed) it will fail this way during configure: > > Ever seen something like this? I *think* gcc was

Re: error using gcc 48 on PPC

2018-04-19 Thread Ken Cunningham
In https://github.com/tpoechtrager/osxcross/issues/50 it is suggested that to link against the 10.4 SDK with PPC you need to use Tiger's linker. Well down the page. I haven't tried that myself as yet. There's lots of further good PPC lore there too K > On Apr 19, 2018, at 23:17, Riccar