Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGCCgo compilation problems #957
Open
Labels
Comments
|
Isn't gccgo going deprecated anyway? |
|
Yes, I believe so. |
|
Would it be useful to invest more time into this thing? |
|
I see in https://golang.org/doc/install/gccgo that they document the Go runtime version for GCC6 and GCC7, so it seems to live. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After gfortran id like to get gccgo compiled on Haiku. I already made the required changes in the recipe, so it tries to compile the go supporting modules too.
First i had to add libffi to the recipe, because it is required.
Then i got a long list of undeclared and undefined references, see below. I suppose, it is platform specific thing, and it need to be hand-created. Is it right?
https://gist.github.com/extrowerk/1020b9ee99b9adc04e150071719650a5
Thanks for your help!