Peter Gerwinski ===============
This looks like a Debian distribution. I didn't know that there exists a Debian distribution of gpc-2.0 ...
Yes, it exists
Package: gpc Version: 2.0-3 Priority: optional Section: devel Maintainer: Christoph Lameter clameter@debian.org Depends: libc5,gcc (>=2.7.2.1-2), gcc (<< 2.7.2.2), libgpc2 Architecture: i386 Filename: unstable/binary-i386/devel/gpc_2.0-3.deb Size: 656684 MD5sum: 6ce6be46dfc3d28eadb3c84910e879b4 Description: GNU Pascal Compiler The GNU Pascal Compiler (GPC) is part of the GNU compiler family, GNU CC or GCC. Version 2.0 of GPC corresponds to GCC version 2.7.2.1. installed-size: 1523
Obviously, the `gpc' driver program cannot locate the library `libgpc.a'. From the installation log I have the impression that you did not install `libgpc.a' but a file named `libgpc2.a'. Perhaps both are the same, and it suffices to link `libgpc.a' to `libgpc2.a' in your `/usr/lib/' directory or whereever you keep your libraries?
The instalation does not provide any "libgpc.a", only "libgpc.so.2".
Can I use some switch (-static or ...) to use libgpc.so.2 instead of libgpc.a?
Thank you for your help.