Re: building issue

2019-07-28 Thread Mike Hosken
It was a clean build, I will setup a reverse ssh session and give you access to the machine. Will do this tomorrow. Mike Sent from my iPhone > On 29/07/2019, at 13:23, dormando wrote: > > you're sure it was a clean compile after the NEED_ALIGN change? > > Any idea what the most recent

Re: building issue

2019-07-28 Thread dormando
you're sure it was a clean compile after the NEED_ALIGN change? Any idea what the most recent version to build/pass tests is? I'm not sure how to fix this without access to HPPA hardware. It could take ages to back and forth about it :( On Sun, 28 Jul 2019, mike hosken wrote: > Still fails log

Re: building issue

2019-07-28 Thread dormando
Smells like NEED_ALIGN isn't getting set... after configure, but before make: edit config.h: /* Machine need alignment */ /* #undef NEED_ALIGN */ ^ change this to: #define NEED_ALIGN 1 ... then run make and make test? On Sat, 27 Jul 2019, Mike Hosken wrote: > > Hi, > >   > > The output files