XaeroDegreaz Posted December 12, 2009 Share Posted December 12, 2009 Yes, I know, it's strange but there is a reason I'm doing it this way. The pcntl extensions cannot be built on Windows, so, I downloaded the Windows source distribution for PHP 5.3.1 and decided to give it a whirl building it there. The build process works fine, but it keeps producing Unix binaries after the make process (even though I am using a Windows source download). I was wondering how I could get the build process to produce Windows binaries under Linux. I'm sure it's possible, but I just don't know how to make it work. Any help at all would be greatly appreciated Thanks for the fast reply btw! Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted December 12, 2009 Share Posted December 12, 2009 your binaries will be produce as to the compiler your using if you want to build a windows executer you have to use a windows compiler. Quote Link to comment Share on other sites More sharing options...
XaeroDegreaz Posted December 12, 2009 Author Share Posted December 12, 2009 Are there any windows c++ compilers that work under Linux? Or Linux compilers that are able to produce win32 binaries? Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted December 12, 2009 Share Posted December 12, 2009 I don't think there is since the structure is different of the operating system, the compiler is operating system specific so I don't think it would be possible Quote Link to comment Share on other sites More sharing options...
XaeroDegreaz Posted December 12, 2009 Author Share Posted December 12, 2009 Well I wonder how other have produced Windows binaries for the pcntl extensions! I have even tried using cygwin and had no luck.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.