Henri Gourvest wrote:
I'm trying to compile on suse 9.2 but when I use the "dl" unit and the "cthreads" unit the linker don't work.
it can't find -ldl.
I've tryed to use this compiler options without success:
{$IFDEF FPC} {$IFDEF UNIX} {$IFNDEF BSD} {$linklib dl} {$ENDIF} {$linklib crypt} {$ENDIF}
The problem seem to located in link.res at the end of the file: ... INPUT( -ldl -lpthread )
Any idea ?
Do you have the development libraries of these packages installed?
_______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
