[fpc-pascal] crosscompiling problem (.a file)
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Mar 20 12:47:30 CET 2016
On 20/03/16 09:05, ulrich wrote:
> Dne 18.3.2016 v 9:37 Jonas Maebe napsal(a):
>> Try from a plain cmd.exe prompt instead then.
>
> Thanks for your answers.
>
> But when I added mingw directory to the PATH, I got the following result.
Don't add the mingw directory to the PATH. The problem is that the
"make" program prefers any mingw/cygwin shell in the PATH over cmd.exe,
and the FPC makefiles only work with cmd.exe as a shell under Windows.
Jonas
More information about the fpc-pascal
mailing list