Re: Compiling RC2 on Windows: failed
- Posted by jimcbrown (admin) Dec 12, 2010
- 1176 views
DerekParnell said...
However, what you might not understand is that one cannot build Euphoria with only a C compiler and linker as your tool set. This is because a lot of Euphoria is written in Euphoria itself and only some portions of it are written in C.
In order to build Euphoria, one must have either a working Euphoria interpreter plus a C compiler and linker.
If pretranslated sources are being used, then a working Euphoria interpreter should not be required. A C compiler and linker are suppose to be good enough.