Warren Young wrote:
> Janne Kätevä wrote:
>>
>> if exist libmysqlpp_util.a del libmysqlpp_util.a
>> Syntax error: end of file unexpected (expecting "then")
>> mingw32-make: *** [libmysqlpp_util.a] Error 2
>
> This suggests you're running make from within some sort of Unixy
> environment (Cygwin or MSYS?), or that there is an "if" program in
> your path. You need to run it from a vanilla Windows cmd.exe shell to
> get proper handling of the "if" statements in the Makefile.
>
I am already running it on cmd.exe. Could there be any other reasons?
Janne