Problem solved, It's the gcc not present, then Makefile generated don't have correct setting to call windres.
Neither you guys mentioned in install.windows? nor the script have condition test.
If it finds only cl.exe is exist, then it should stop and show a error that windres need gcc to work.
I'v already set it, I mean on the root directory of libiconv the libtool file have AR="ar"
But on the libcharset folder it don't!! It's AR="false"
Does libcharset don't need ar!??
Do you know how to ignore this section?
make[1]: Entering directory '/f/Software/Application/lib/libiconv-1.17/lib'
/bin/sh ../libtool --mode=compile --tag=RC `/bin/sh ./../windows/windres-options --escape 1.17` -i ./../windows/libiconv.rc -o libiconv.res.lo --output-format=coff
It fails now.
Fx Ne wrote:
> I commented out the false then it succeed, but does ar is necessary? I see
> there is a ar wrapper "ar-lib"
> Should I change AR="build-aux/ar-lib" !??
As mentioned in the INSTALL.windows file, the AR variable should be set to
AR="<directory>/ar-lib lib"
And 'lib.exe' needs to be present in the PATH.
Bruno