> 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
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
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