[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-03 Thread Seth Grover
> You might have to tell it simply NOT to look in /usr/lib > > E.g. like described in paragraph 3.4.1 of the buildfaq: > > http://www.stack.nl/~marcov/buildfaq.pdf > Thank you! That seemed to get me past the rest of my errors. The final working command was: /usr/local/bin/fpc -Xd -Pi386 -XPi386-l

Re: [fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-02 Thread Marco van de Voort
In our previous episode, Seth Grover said: > Okay, in further investigation I am now manually forcing fpc to use > i386-linux-ld for linking by using the "-Pi386 -XPi386-linux-" > compiler flags (-P for the target and -XP for the binutils prefix). I > assume there's something wrong in my fpc.cfg or

[fpc-pascal] Re: cross compiling x64_64 to i386 linux

2009-11-02 Thread Seth Grover
Okay, in further investigation I am now manually forcing fpc to use i386-linux-ld for linking by using the "-Pi386 -XPi386-linux-" compiler flags (-P for the target and -XP for the binutils prefix). I assume there's something wrong in my fpc.cfg or it would do this manually, but I don't know what i