[fpc-pascal] missing functions in libc

Michael Van Canneyt michael at freepascal.org
Fri Aug 22 08:49:02 CEST 2008



On Fri, 22 Aug 2008, Marc Santhoff wrote:

> Hi,
> 
> I'm trying to compile LPTK 0.9.0 on FreeBSD 4 using a working fpc 2.0.4.
> I use this compiler for a long time now and never had the symptoms as
> following:
> 
> At first the compiler does not find librt and libdl. I know these exist
> only on Linux and don't know, why they are tried to be pulled in.
> 
> When I delete the -ldl an -lrt from the link.res and start ppas.sh, the
> compiler struggles on finding unit libc.

the libc is only for gnu libc, so the errors are normal. You should try
to find out why unit libc is used.

Michael.



More information about the fpc-pascal mailing list