From owner-mint@fishpool.com Tue Apr 8 12:42:38 2003 Date: Tue, 8 Apr 2003 11:28:26 +0200 (CEST) From: Standa Opichal X-X-Sender: stop@mail.idoox.com To: mint@fishpool.com Subject: [MiNT] ld problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: opichals@seznam.cz Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: Hi! I use the current SpareMiNT's rpms of gcc and while trying to port a new library to SpareMiNT I got this Bus Error during linking (see http://phoenix.inf.upol.cz/~opichals/aranym/ldBusError.png) It happened on the ext2 and on the hostfs here in ARAnyM. Is there a debug version of the gcc package somewhere (to get it possibly fixed)? Or does the workaroung exist? The linkage there is like: ld -o p1.o s1.o s2.o ld -o p2.o s3.o s4.o the critical one merges the two above into one... (is it legal? anyway it works on Linux here /gcc 2.96/). ld -o result.o p1.o p2.o regards STan