Hacker News new | ask | show | jobs
by papsosouid 4883 days ago
Ah, if the original bulletpoints for go are wrong then ghc may be more comparable than I figured. Can you statically link go binaries? As in, if I am using a go postgresql binding, can I build a binary with libpq (the postgresql C library) linked in statically, so it can be deployed on servers with no postgresql libraries installed?
1 comments

From what I understand cgo doesn't currently support static linking like this.