From owner-freebsd-emulation Wed Feb 24 15:17:16 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id E634A111FB for ; Wed, 24 Feb 1999 15:17:11 -0800 (PST) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (i125.ztm.euronet.nl [194.134.112.86]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id LAA12493; Wed, 24 Feb 1999 11:23:39 +0100 (MET) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.2/8.9.1) with ESMTP id LAA91475; Wed, 24 Feb 1999 11:23:28 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <36D3D320.9F842439@scc.nl> Date: Wed, 24 Feb 1999 11:23:28 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Martin Cracauer Cc: freebsd-emulation@freebsd.org Subject: Re: Problem with Linux-crosscompiling on FreeBSD-ELF References: <19990224092302.A24011@cons.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Martin Cracauer wrote: > I planned to attack this problem myself, but currently don't have > time, so here is at least a notice. Marcel, this also affects the > linux_libs package, see below. [All relevant information snipped :-)] > We need to take action here. Marcel, if you prepare a new linux_libs > package, could you take this into account? [Suggestions snipped] I remember having those problems when linking Oracle (during install). I renamed gcc to gcc.bin (the Linux version, that is) and made a script gcc which just exec'd gcc.bin with some extra flags (such as -nostdlib -L/lib -L/usr/lib and so on). You may want to try that. I currently don't need such fixes in order to relink Oracle, which means that it could be related to the set of libraries present in /compat/linux/lib or the use of LD_LIBRARY_PATH... I think it's more of an issue for the new linux-devel port, btw. If my time allows me to do so, I'll do some testing... Thanks for the notice. marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message