You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: