From owner-freebsd-current Wed Jun 3 01:30:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28126 for freebsd-current-outgoing; Wed, 3 Jun 1998 01:30:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28120 for ; Wed, 3 Jun 1998 01:30:06 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id IAA20485; Wed, 3 Jun 1998 08:29:48 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id KAA29244; Wed, 3 Jun 1998 10:29:23 +0200 (MET DST) Message-ID: <19980603102923.09157@follo.net> Date: Wed, 3 Jun 1998 10:29:23 +0200 From: Eivind Eklund To: Harlan Stenn , current@FreeBSD.ORG Subject: Re: TenDRA compiler? References: <26692.896826166@brown.pfcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <26692.896826166@brown.pfcs.com>; from Harlan Stenn on Tue, Jun 02, 1998 at 06:22:46PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 02, 1998 at 06:22:46PM -0400, Harlan Stenn wrote: > I just installed the TenDRA compiler on one of my boxes (I used the port). > > Unfortunately, tcc doesn't seem to see any of the system #include files. > > My initial read of the docs hasn't shed any light on the problem. > > What did I miss? -Ysystem If you don't tell TenDRA otherwise, it will run in its own 'sandbox' (called environment), to make sure you create portable code. -Y tells which environment to select. I beleivve the default is 'iso'; the host environment is 'system'. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message