[fpc-pascal] Windows-->Linux library

Vincent Snijders vsnijders at quicknet.nl
Wed Feb 14 09:24:11 CET 2007


Michel Meunier schreef:
> Hello,
> With your help, my initial library .dll writen with Delphi, is now 
> working at about 95% when compiled with fpc. Now my goal is to get a .so 
> library under Linux. So I have begun to compile it under linux.
> There are a lot of hints but not important, but after I have this message:
> Error: Util -as not found, switching to external linking
> Was does it mean?

Can you check that the target os and the target cpu are correct? I noticed that the 
default fpc.cfg creates an entry -XP-, if crosscompiling, which could cause the 
error message you got.

Vincent



More information about the fpc-pascal mailing list