Re: [fpc-pascal] missing functions in libc

2008-08-22 Thread Marc Santhoff
Am Freitag, den 22.08.2008, 08:56 +0200 schrieb Marco van de Voort: > In our previous episode, Marc Santhoff said: [...] > > What going on here? How can I repair it? > > Eliminate use of the libc unit, using mostly baseunix, dynlibs and the like > (the above url has a longer list). Replace -64 f

Re: [fpc-pascal] missing functions in libc

2008-08-21 Thread Marco van de Voort
In our previous episode, Marc Santhoff said: > 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. libdl is mostly uses for dynamically loading dynamic libraries. Probably that packages declares its own loadlib

Re: [fpc-pascal] missing functions in libc

2008-08-21 Thread Michael Van Canneyt
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 o

[fpc-pascal] missing functions in libc

2008-08-21 Thread Marc Santhoff
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.