From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 13 Jul 2008 13:43:04 -0400 From: ISHWAR RATTAN To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <14ec7b180807111338l6fa41ca2mf1971746d8882976@mail.gmail.com> Message-ID: References: <14ec7b180807111338l6fa41ca2mf1971746d8882976@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] vx32 compilation under Linux Topicbox-Message-UUID: e433a796-ead3-11e9-9d60-3106f5b1d025 On Fri, 11 Jul 2008, andrey mirtchovski wrote: > change the definition of VX32_LDFLAGS in src/Makefrag to: > > VX32_LDFLAGS := -Llibvxc -L$(dir $(shell gcc -m32 -print-libgcc-file-name)) \ With this change I get the error: .. $ 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 $ -ishwar