I have written multiple c-shared libraries code in golang for Windows, 
Linux, MacOS . I am using GCC cross compiler for the same. This code is 
running fine in production without any issue since last 3 years.

But, we have recently got a requirement to compile the same thing for 
AIX/PowerPC but I am afraid that go compiler doesn't support this out of 
the box, I tried many approaches but none worked like - 

1. Using gccgo compiler but this errors out with "Thread Local Storage" 
error.
2. Using c-archive and then convert to shared using gcc compiler, this also 
errors out with something or other.

Has anyone done similar type of work for Aix? Any help would be greatly 
appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/de83013b-cf5e-4661-90c3-5c6c05405641n%40googlegroups.com.

Reply via email to