Is it possible to run hip-hop php in cygwin which is using more script languages in windows like linux environment…?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re mistaking about what cygwin is, it’s an approximation of a standard *nix environment on windows, giving you access to a lot of tools and shells that you otherwise wouldn’t have. It’s not a linux system providing the necessary api and system calls, it can not run linux originating binaries.
So your actual question in my opinion is: “how can I run a hiphop generated compiled application under windows?” to which I have to say: for now you can’t barring trying to compile the generated c++ source code yourself on windows.
for references see
So right now your only real options are running it in a virtualized linux environment, on or besides Windows, wether that’s worth it, I can’t say.