Hello,

I am having a working crosscompiler win32->linux for fpc.
E.g. i can compile a console application with it on windows and run it on linux.

But i fail at compiling an X11 application with that. I need to collect a number of .a and .so files i guess. I downloaded the dev package belonging to my linux distro and discovered an libX11.a , but the acompanying libX11.so is 0 bytes large and as such the compile does not like it.

Who has attemted such a thing? Are there tutorials telling you what files you need to get and from where?

Thanks for your help in advance.