Re: ver. 4 Question about building Linux Interpreter ?
- Posted by jimcbrown (admin) Jul 30, 2009
- 938 views
bernie said...
I want to build the latest Linux interpreter on XP.
What is needed to do this ?
Can I use Open OpenWatcom ?
Is there a batch file or make file ?
Is there some place where there are instructions or
a how to build tutorial ?
OpenWatcom is not a supported compiler on Linux, so you will need to install and use some flavor of gcc.
Probably you'll need a Mingw or Cygwin cross compiler. These are not standard afaik, so this means compiling gcc (and its dependencies) from source code.
(I currently have the reverse set up - on Linux, a Linux-to-Mingw cross compiler.)