From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B479EEE.5030607@orcasystems.com> Date: Fri, 8 Jan 2010 13:09:02 -0800 From: James Tomaschke User-Agent: Thunderbird 2.0.0.23 (X11/20091107) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <536ceb1c6c20a0fe16e9c2c3feab15a2@proxima.alt.za> In-Reply-To: <536ceb1c6c20a0fe16e9c2c3feab15a2@proxima.alt.za> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] More on the GO toolchain Topicbox-Message-UUID: bad4171c-ead5-11e9-9d60-3106f5b1d025 lucio@proxima.alt.za wrote: > One of the issue I need to fix, further, is that the 386 linker (at > least) demands to access the runtime module (runtime.a - I am not yet > ready to build this library) and I wonder if there are any suggestions > here on how best to eliminate this mandatory requirements without > jeopardising compatibility between the GO toolchain and its ability to > "replace" the native Plan 9 toolchain - which is my primary objective > at this point. Perhaps the go 8l is not honoring the "-l " option? I just tried to create a mbr from assembly and it reported the same runtime requirements. A diff between the various sources might be useful since they are similar.