[fpc-pascal] Error while linking

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Jan 2 15:39:39 CET 2015


On 02/01/15 15:31, Krzysztof wrote:
> One of my project just started fail on compilation. Other projects
> compile fine. In lazarus message window I get only "Error: Error while
> linking". Normally in that case, more details were printed like "missing
> -lib" etc but here I get only "error while linking". Tried cleanup
> output dir but not helped. How to investigate this? Project dir has
> permissions to write.

Compile with -Cn, and then to manually run ppas.sh (Linux/Unix) or
ppas.bat (other platforms) from the command line. Sometimes the linker
messages get swallowed by the compiler (or Lazarus?) for some reason.


Jonas



More information about the fpc-pascal mailing list