[fpc-pascal] Re: [fpc-1.9.6-0.x86_64] linking cthreads and dl

2005-01-13 Thread Henri Gourvest
Henri Gourvest a écrit : 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}

[fpc-pascal] Re: [fpc-1.9.6-0.x86_64] linking cthreads and dl

2005-01-11 Thread Henri Gourvest
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} {$EN