cormanlisp icon indicating copy to clipboard operation
cormanlisp copied to clipboard

retarget corman common lisp to GCC (GNU compiler collection)

Open reanz59 opened this issue 4 years ago • 1 comments

This may be naive but surely retargetting corman common lisp to work with the GCC would automatically provide cross-platform support for Windows, Linux, MacOS etc?

The GCC Windows binaries can be found at: https://www3.cs.stonybrook.edu/~alee/g++/full.exe

The GCC Home Page is: https://gcc.gnu.org/

Just wondering!

Roy Anderson

reanz59 avatar Oct 29 '20 06:10 reanz59

Unfortunately it is not that simple. At this point it is hard to retarget the code to be built with GCC for Windows only. There are a lot of things in the code which are a) Visual C++ specific and b) Windows specific.

arbv avatar Oct 29 '20 17:10 arbv