From mint-bounce@lists.fishpool.fi Wed Jun 9 18:57:26 2010 X-Squirrel-UserHash: EhVcX1lFRQVaRwYcDQ== X-Squirrel-FromHash: UANfXllDRFY= Message-ID: <170beb6df97e2447489a8cc1584b5d3b-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYBV0F0CDpUX1hZQEcGX1Nc-webmailer2@server02.webmailer.hosteurope.de> In-Reply-To: <4C1017E8.7050707@freesbee.fr> References: <3a29599fd3dd0088076b2e1bd2c7b4d9-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYBV0F0CDpUX1hZQEcDX1Ne-webmailer2@server02.webmailer.hosteurope.de> <4C1013E2.3090505@freesbee.fr> <4C1017E8.7050707@freesbee.fr> Date: Thu, 10 Jun 2010 00:54:55 +0200 Subject: Re: [MiNT] Mixing binary code for different machine... is it ok? From: "m0n0" To: mint@lists.fishpool.fi Reply-To: ole@monochrom.net User-Agent: Host Europe Webmailer/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1276124118;43349ce9; X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ole@monochrom.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Am Do, 10.06.2010, 00:38 schrieb Vincent Rivière: > m0n0 wrote: >> Ok, thanks for the explanation! That mean's I'll have to figure out how >> to >> compile with the right libs when compiling netsurf with -m68020 option. > > Normally, it is easy. > First, be sure to link with the "gcc" command, not "ld". That's ok for my own compiler/linker invocation, but it means I have to patch some makefiles... and I have to figure out which of them needs patching, if any... at least I have to ensure no Makefiles invokes ld :)