[fpc-pascal] Linking Problems while cross compiling for arm
Marco van de Voort
marcov at stack.nl
Mon Dec 7 17:48:39 CET 2009
In our previous episode, Jonas Maebe said:
>
> I don't know whether this means that you are missing some development
> package, whether this means that you should never explicitly link any
> program against libdl on uclibc systems, or something else.
The libc+dl separation might be a glibcism, try if compiling with an
additional param (in OPT=" ")
-XLAdl=c
works.
More information about the fpc-pascal
mailing list