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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to