From owner-freebsd-emulation Thu Jun 10 9:12:39 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from orbit.flnet.com (orbit.flnet.com [205.240.232.32]) by hub.freebsd.org (Postfix) with ESMTP id BE6A7153FD for ; Thu, 10 Jun 1999 09:12:37 -0700 (PDT) (envelope-from henrich@orbit.flnet.com) Received: (from henrich@localhost) by orbit.flnet.com (8.8.5/8.8.4) id MAA09047; Thu, 10 Jun 1999 12:12:22 -0400 (EDT) Date: Thu, 10 Jun 1999 09:12:21 -0700 From: Charles Henrich To: Marcel Moolenaar Cc: emulation@freebsd.org Subject: Re: Linux Development environtment Message-ID: <19990610091221.B8851@orbit.flnet.com> References: <19990604174535.E14176@orbit.flnet.com> <375FCBBE.308B7A36@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375FCBBE.308B7A36@scc.nl>; from Marcel Moolenaar on Thu, Jun 10, 1999 at 04:29:18PM +0200 X-Operating-System: FreeBSD 2.2-BETA_A X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On the subject of Re: Linux Development environtment, Marcel Moolenaar stated: > Charles Henrich wrote: > > > How exactly does one use the linux-devel port? > > Very carefully :-) > > > The compilers and linkers insist on referencing the FreeBSD libraries... > > That is a common problem. Try running them from a Linux shell. Another > problem can be that some Linux libraries do not exist and the FreeBSD > equivalents do. In that case, installing the Linux versions, may solve the > problem. > > (I assumed you meant linux_devel from the ports collection) Yep... It actually turned out to be a problem in the port... there were to libraries that were softlinked to each other (I believe libc and crt1).. the links were done with direct references instead of relative... I relinked them so that it referenced the correct library in /compat/linux instead of /usr/lib and running the compiler out of the box (more or less) worked like a champ./ -Crh Charles Henrich Manex Visual Effects henrich@flnet.com http://orbit.flnet.com/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message