[fpc-pascal]shared libs
Peter Vreman
peter at freepascal.org
Wed Aug 15 14:34:36 CEST 2001
> How can i find some help how to install
> shared library for RTL and other libraries ?
>
> I am using FPC 1.0.4 on Debian 2.2 Potato.
When you have the source of the rtl you can type 'make shared'. But there were problems
with the shared libraries. And there is no PIC code generated. Until everything is sorted
it is not recommended to use shared libraries for production. It's currently in an
experimental state.
More information about the fpc-pascal
mailing list