[fpc-pascal] Re: [ANNOUNCEMENT] fpcup diving deeper into crosscompiling
Reinier Olislagers
reinierolislagers at gmail.com
Fri Aug 2 17:16:22 CEST 2013
On 02/08/2013 16:27, Jonas Maebe wrote:
> That is only guaranteed to produce binaries that will work correctly
> on whatever distribution these *.so files come from
<snip>
> Developers should
> always link against the libraries from the Linux distribution/version
> they want to support.
Yes, that is why fpcup does not automatically download any .so/.a files.
Users can download whatever libraries they want. fpcup will check for a
couple of filenames to see if attempting the cross compile makes sense
and go. It does not force a certain library version.
The crossfpc package is a nice way to get a lot of cross compiling
binutils in one go... having some libs is a bonus.
NB: currently working on modifying fpc.cfg for cross compilation. Had
forgotten about that :)
More information about the fpc-pascal
mailing list