From owner-freebsd-hackers Mon May 29 10: 2:54 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 1313237BCA4 for ; Mon, 29 May 2000 10:02:50 -0700 (PDT) (envelope-from d_f0rce@gmx.de) Received: (qmail 5698 invoked by uid 0); 29 May 2000 17:02:48 -0000 Received: from unknown (HELO blade) (212.118.36.37) by mail04.rzmi.gmx.net with SMTP; 29 May 2000 17:02:48 -0000 From: "d_f0rce" To: "Aleksandr A.Babaylov" Cc: Subject: AW: Linking Linux object files under FreeBSD Date: Mon, 29 May 2000 19:07:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200005291550.TAA20044@aaz.links.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > > Background: > > I have to extend a programm for which I only got > > the object Files. This programm calls functions > > I have to write. As I don't have a Linux system > > at home I would like to use those object-files > > under FreeBSD to test my code. > > > > Is this possible? > > It is possible. > I chrooted to /compat/linux for this job, > but someone write, that using of /compat/linux/bin/bash > as shell is enough for this work Hmm, i tried using /compat/linux/bin/bash as shell but this didn't work. Same error messages. When I do a "chroot /compat/linux/ /bin/bash" I have to install a whole developement environment under /compat/linux or do I miss something here. Isn't there an easier/quicker way to generate my program besides from using Linux itself? If no, is there a port to install a Linux cc under /compat/linux? Thanks for your help, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message