LRN <lrn1986@xxxxxxxxx> writes: > Anyway, if this situation is not going to change for some time, it > might be a good thing to update the documentation to make it clear > what works and what doesn't. Yes, probably a good idea. > Ah, and another thing. Does that apply to static linking as well? I > suddenly realized that if it does, then why the hell the documentation > even mentions C->Go interoperability? A Go program can call C functions just fine. Those C functions can call Go code. The problem is when your main function is in C, or when you use shared libraries written in Go. Ian