Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 1998 10:29:23 +0200
From:      Eivind Eklund <eivind@yes.no>
To:        Harlan Stenn <Harlan.Stenn@pfcs.com>, current@FreeBSD.ORG
Subject:   Re: TenDRA compiler?
Message-ID:  <19980603102923.09157@follo.net>
In-Reply-To: <26692.896826166@brown.pfcs.com>; from Harlan Stenn on Tue, Jun 02, 1998 at 06:22:46PM -0400
References:  <26692.896826166@brown.pfcs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980603102923.09157>