Re: [PATCH] fcgi-2.4.0-x64: libfcgi.dll build for 64bitWindows
Takashi HOSHINO <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
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