Go on L4

From TUDOS-Wiki
Revision as of 20:55, 15 August 2011 by BjoernD (talk | contribs) (Created page with "The runtime for the [http://golang.org/ Go programming language] has been ported to L4Re (and will be released soon). == Troubleshooting == === libtool version mismatch === Q:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The runtime for the Go programming language has been ported to L4Re (and will be released soon).

Troubleshooting

libtool version mismatch

Q: When building libgo from source, I get an error like this:

 libtool: Version mismatch error.  This is libtool 2.2.6b Debian-2.2.6b-2ubuntu3, but the
 libtool: definition of this LT_INIT comes from libtool 2.2.7a.
 libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu3
 libtool: and run autoconf again.

A: Remove gccgo/libgo/config/ltversion.m4 and gccgo/libgo/config/ltmain.m4. Continue build process.