Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retarget corman common lisp to GCC (GNU compiler collection) #66

Open
reanz59 opened this issue Oct 29, 2020 · 1 comment
Open

retarget corman common lisp to GCC (GNU compiler collection) #66

reanz59 opened this issue Oct 29, 2020 · 1 comment

Comments

@reanz59
Copy link

reanz59 commented Oct 29, 2020

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

@arbv
Copy link
Member

arbv commented Oct 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants