[fpc-pascal] Compile library with Linux

2007-02-18 Thread Michel Meunier
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

Re: [fpc-pascal] Compile library with Linux

2007-02-18 Thread Florian Klaempfl
Michel Meunier schrieb: 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.

Re: [fpc-pascal] Compile library with Linux

2007-02-18 Thread Michel Meunier
Florian Klaempfl a écrit : Michel Meunier schrieb: 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

Re: [fpc-pascal] Compile library with Linux

2007-02-18 Thread Michel Meunier
Florian Klaempfl a écrit : Michel Meunier schrieb: 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

Re: [fpc-pascal] Compile library with Linux

2007-02-18 Thread Michel Meunier
Florian Klaempfl a écrit : Michel Meunier schrieb: Florian Klaempfl a écrit : Michel Meunier schrieb: 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