----- Original Message ----- From: Jonathan Wakely <jwakely.gcc@xxxxxxxxx> Date: Monday, November 12, 2012 5:32 pm Subject: Re: the struggle for a 64-bit GCC on Solaris 10 - part 2 To: Dennis Clarke <dclarke@xxxxxxxxxxxxx> Cc: Ryan Johnson <ryan.johnson@xxxxxxxxxxxxxx>, Ian Lance Taylor <iant@xxxxxxxxxx>, gcc-help@xxxxxxxxxxx, ebotcazou@xxxxxxxxxxx > On 12 November 2012 22:22, Dennis Clarke wrote: > > > > > > Am going to now try just -m64 -D_POSIX_C_SOURCE=200112L and nothing > else. > > If you look at the headers giving the errors and you'll see that > you'll get the same result, so my suggestion to define those macros > doesn't help. I'm giving this a try : CC='gcc -m64 -D__XOPEN_SOURCE=600 -g' ... thus far it has not blown up in 71 secs. :-\ If this fails then I'll give up on Solaris 10 and roll back to Solaris 8 and create a SVR4 package there which I can install in Solaris 10. Other than running mkheaders, the package will run fine. Just a real drag to have to revert back to a ten year old OS to bootstrap. dc