Date: Mon, 20 Jun 2005 09:27:10 -0600 From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> To: Alejandro Pulver <alejandro@varnet.biz> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Generating Linux binaries under FreeBSD Message-ID: <7D730E14-8977-4B84-A272-72E77B187677@shire.net> In-Reply-To: <20050620121513.72790e30@phobos.mars.bsd> References: <20050620121513.72790e30@phobos.mars.bsd>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 20, 2005, at 9:15 AM, Alejandro Pulver wrote: > Hello, > > Is there a way to compile a C program, but generating a Linux binary > instead of a FreeBSD one? I don't know if this works but assuming you have the linux compatibility layer running % chroot /compat/linux/ /bin/bash % gcc That should use the linux gcc You may not need to do the chroot first. Just run a linux shell so % /compat/linux/bin/bash bash-2.0x# gcc may also get you there I've done similar things before Try it out Chad > > Thanks and Best Regards, > Ale > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad@shire.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7D730E14-8977-4B84-A272-72E77B187677>