From owner-freebsd-questions Mon Oct 13 23:03:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25262 for questions-outgoing; Mon, 13 Oct 1997 23:03:43 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25254 for ; Mon, 13 Oct 1997 23:03:36 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA02473; Tue, 14 Oct 1997 15:33:25 +0930 (CST) Message-ID: <19971014153324.42083@lemis.com> Date: Tue, 14 Oct 1997 15:33:24 +0930 From: Greg Lehey To: Wei Weng Cc: freebsd-questions Subject: Re: xwindows compiler References: <19971014113300.12342@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Wei Weng on Mon, Oct 13, 1997 at 10:54:02PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Oct 13, 1997 at 10:54:02PM -0400, Wei Weng wrote: > On Tue, 14 Oct 1997, Greg Lehey wrote: > >> On Mon, Oct 13, 1997 at 02:59:55PM -0400, Greg...-*smile*- wrote: >>> hello all! >>> >>> >>> i am new to this mailing list and...i was hoping some one could help me >>> ..i am looking for some type of xwindows compiler.....one that i can compiler c/c++ >>> code on..any help would be a great help! >> >> This question belongs on -questions, not -hackers. >> >> You compile C or C++ code on a C compiler, not an X windows compiler. >> It's called cc. > > and gcc. :) That's the same thing: $ ls -il /usr/bin/cc /usr/bin/gcc 3565 -r-xr-xr-x 2 bin bin 49152 Oct 9 04:10 /usr/bin/cc 3565 -r-xr-xr-x 2 bin bin 49152 Oct 9 04:10 /usr/bin/gcc Greg