Paul Daily a écrit:
Hello group,
I need to compile a pacal file on my linux box. I get a message which pertains to the linker that says "cannot find -lgcc". Is this a library, and where can I get it?
You probably do not have installed the gcc compiler with same version that gpc is compiled with. libgcc.a should be in the same directory as libgpc.a, something like /usr/local/lib/gcc-lib/<system>/<version>
Maurice