Peter Norton wrote:
A few years ago I was managed to create dynamically linked executables with statically linked libgpc (or even only some objects from the lib the program used). Now I have needs to make it again but unfortunately I cann't recall the process :-( The only things I remember - the program was compilled as object first and then linked with ld to executable. I still have system.o and gpc.o in that program's folder and beleive they was involved in process somehow. Could anyone help me with ideas?
libgpc is statically linked by default. You should be able to find your message (and answers) in mailing list archive.
In particular, you sent:
http://www.gnu-pascal.de/crystal/gpc/en/mail9810.html
and I think in the ansers you got instuctions how to _dynamically_ link libgpc.