[fpc-pascal] Yet more make file problems: make works, make install fails

2012-10-05 Thread Reinier Olislagers
Still fighting makefiles with my db fpcunit listener. I can get it to compile with fpc make all However make install fails with Installation package fcl-extra for target x86_64-linux succeeded Start compiling package fcl-fpcunit for target x86_64-linux. Compiling fcl-fpcunit/BuildUnit_fcl_

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Mark Morgan Lloyd said: IIRC there is also a CROSSBINUTILSPREFIX in case you only have to override it for the "cross" part. Thanks Marco, I'd missed -XP since I was mistakenly looking at the -A section. For information, it works, but I'm gett

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Marco van de Voort
In our previous episode, Mark Morgan Lloyd said: > > > > IIRC there is also a CROSSBINUTILSPREFIX in case you only have to override > > it for the "cross" part. > > Thanks Marco, I'd missed -XP since I was mistakenly looking at the -A > section. > > For information, it works, but I'm getting an

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Sven Barth wrote: Am 05.10.2012 11:34, schrieb Mark Morgan Lloyd: For information, it works, but I'm getting an error when it calls the linker. If I link using a script it's fine: It would help very much if you'd post the error that you get. I posted the minimum to

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 05.10.2012 11:34, schrieb Mark Morgan Lloyd: For information, it works, but I'm getting an error when it calls the linker. If I link using a script it's fine: It would help very much if you'd post the error that you get. I posted the minimum to report (partial) success i

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Sven Barth
Am 05.10.2012 11:34, schrieb Mark Morgan Lloyd: For information, it works, but I'm getting an error when it calls the linker. If I link using a script it's fine: It would help very much if you'd post the error that you get. Regards, Sven ___ fpc-pas

Re: [fpc-pascal] Running FPC on a system that supports multiple architectures

2012-10-05 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Mark Morgan Lloyd said: This is an "out of interest" question rather than being particularly important. I've managed to get my hands on an Itanium-based system for my collection, and find that it runs the x86 Linux variant of FPC fairly happil