[fpc-pascal] Compile library with Linux

Michel Meunier michel.meunier100 at wanadoo.fr
Sun Feb 18 10:19:04 CET 2007


Hello,
My library under Windows is now OK, it use an UDP socket with the
Synapse units (wonderful job).
Now I want to compile it under Linux.
The compilation is OK, but when I try to use the .so library, I get this
message:
This binary has no thread support compiled in.
Recompile the application with a thread-driver in the program uses
clause before other units using thread.
Runtime error 232 at $B6A4418B

I use a thread inside the code to survey the UDP socket, it's work very
well with Windows, but do you know where is the problem with Linux?

Best Regards

Michel Meunier




More information about the fpc-pascal mailing list