Re: unable to build in mingw
Jeremy Sandell <[email protected]> Sat, 17 Apr 2010 14:30:24 -0400
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Are you running configure? Looking through the script, it has SYSTEM hard coded to "unix" - the C library built here after changing it to "win32" - the C++ library, not so much. Hope this helps. Jeremy Sandell On Fri, Apr 16, 2010 at 1:43 PM, Roger Pack <[email protected]> wrote: > Using msys, I get this: > > ... > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -c > os_unix.c -MT libfcgi_la-os_unix.lo -MD -MP -MF > .deps/libfcgi_la-os_unix.TPlo -DDLL_EXPORT -DPIC -o > .libs/libfcgi_la-os_unix.lo > os_unix.c:31:23: arpa/inet.h: No such file or directory > os_unix.c:37:25: netinet/tcp.h: No such file or directory > os_unix.c:43:20: sys/un.h: No such file or directory > > Thoughts? > Thanks. > -rp > _______________________________________________ > FastCGI-developers mailing list > FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers >