I have developed a C++ CGI which runs fine on Apache on Win32.
I would like to deploy the program onto linux.
My plan is to install Wubi (i.e. Ubuntu) and compile the CGI there so that it will work on the linux server.
But before I do, I need to know if it is a wise approach to use Ubuntu to compile for a Linux server. I know Ubuntu is based on Linux, but is that sufficient to justify this approach to the problem?
Do you have any other suggestions if not?
Many thanks (I would rather avoid the world of cross compiling).