Re: Where is a modern pascal code incubator ?



Just a couple of notes that might be useful.

The LibC unit packaged with the FPC2.0 download could not be "found"
during compile time despite a lot of trying. So I put the LibC source
in a different directory, adjusted ~/.fpc.cfg, and so far it works
fine.

Second, when using both the BaseUnix and LibC units, I needed to use
the qualified typenames. (eg. BaseUnix.SigSet ).

Thanks, again.

.