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

Can't Build with MinGW/Msys #23

Open
jsdenson opened this issue Dec 14, 2016 · 9 comments
Open

Can't Build with MinGW/Msys #23

jsdenson opened this issue Dec 14, 2016 · 9 comments

Comments

@jsdenson
Copy link

Must use openspin -L spin to successfully build on MinGW/Msys.
Workaround:

CC=$(PREFIX)gcc
CPP=$(PREFIX)g++
-SPINCMP=openspin
+#SPINCMP=openspin
+SPINCMP=openspin -L spin
TOOLCC=gcc

@dbetz
Copy link
Collaborator

dbetz commented Dec 14, 2016

That's odd. I cross build with MinGW/Msys all the time and don't need that -L option added. What does it do?

@jsdenson
Copy link
Author

jsdenson commented Dec 14, 2016 via email

@dbetz
Copy link
Collaborator

dbetz commented Dec 14, 2016

Are you building under Windows or Linux?

@jsdenson
Copy link
Author

jsdenson commented Dec 14, 2016 via email

@dbetz
Copy link
Collaborator

dbetz commented Dec 14, 2016

Interesting. Sounds like openspin works differently under Windows and Linux. That's probably a bug that needs to be fixed in openspin.

@jsdenson
Copy link
Author

jsdenson commented Dec 14, 2016 via email

@dbetz
Copy link
Collaborator

dbetz commented Dec 14, 2016

Sounds good. Nice to hear from you. I haven't seen you online for a long time.

@jsdenson
Copy link
Author

Been busy.

@dbetz
Copy link
Collaborator

dbetz commented Dec 15, 2016 via email

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