bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk 4.0.0 compile error when sigsegv is enabled (mingw32


From: Eli Zaretskii
Subject: Re: [bug-gawk] gawk 4.0.0 compile error when sigsegv is enabled (mingw32)
Date: Tue, 26 Jul 2011 20:48:14 +0300

> Date: Tue, 26 Jul 2011 08:59:03 -0700 (PDT)
> From: address@hidden
> Cc: address@hidden
> 
> Thanks for the fix to `builtin.c'; it works, but I encountered one more small 
> problem when building in a cmd.com window:
> (cmd.com window output follows:)...
> mingw32-gcc-4.5.2 -c -O2 -gdwarf-2 -g3 -DGAWK -I.-Id:/sigsegv/include 
> -DHAVE_CONFIG_H -save-temps  replace.c
> In file included from replace.c:67:0:
> missing_d/strftime.c:21:21: fatal error: config.h: No such file or directory
> compilation terminated.
> mingw32-make[1]: *** [replace.o] Error 1
> mingw32-make[1]: Leaving directory `D:/gnu-source/gawk-4.0.0'
> make: *** [mingw32] Error 2

Sounds like some bug in your port of GCC?  (Is that the MinGW GCC or
MSYS GCC?)  The "-I." switch should be enough, because the file being
compiled is ./replace.c.  The fact that it includes another file from
missing_d should not change that.

Anyway, I don't have this problem on my machine.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]