From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] vx32 compilation under Linux From: "Russ Cox" Date: Mon, 14 Jul 2008 12:21:08 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080714161942.B38E81E8C1F@holo.morphisms.net> Topicbox-Message-UUID: e56ff1b4-ead3-11e9-9d60-3106f5b1d025 > $ ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in vxa/zlib/ezlib.vo > /lib/libc.so.6: could not read symbols: Bad value > make: *** [vxa/zlib/ezlib] Error 1 > $ Install the cross compilers and change the top-level Makefrag to use vx32-gcc and vx32-ld. There are directions for installing them at http://pdos.csail.mit.edu/~baford/vm/ Russ