[FASTCGI] [PATCH] fcgi-2.4.0-x64: libfcgi.dll build for 64bitWindows

Takashi HOSHINO hoshino at labs.cybozu.co.jp
Thu Jul 2 03:13:51 EDT 2009


Hello Matt,

> Would this patch also work to build a 64bit native static/shared library of libfcgi for Linux or does the current source code
> already build a 64bit native for Linux?

The latter is true.
For Linux, we just fixed source code to remove build warnings for 64bit
native static/shared library. They work well without the patch and we
have not found any critical problem for 64bit Linux.

The main problem for 64bit Windows is that sizeof(long) and
sizeof(void *) are not the same because it uses LLP64 data model.
The patch mainly fixed this issue.
We didn't try to build static library for Windows.


Regards,

Hoshino


More information about the FastCGI-developers mailing list