[fpc-pascal] Re: [fpc-1.9.6-0.x86_64] linking cthreads and dl
Henri Gourvest
hgourvest at progdigy.com
Tue Jan 11 22:17:36 CET 2005
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 ?
>
> Thanks
>
> Henri Gourvest
>
>
> _______________________________________________
> fpc-pascal maillist -
> fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b at public.gmane.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
I have installed the missed development libraries and all work fine
without the need of "-Fl/usr/lib64 and -Fl/lib64"
Thank you
Henri
More information about the fpc-pascal
mailing list