From owner-freebsd-questions Wed Jan 12 9: 0:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id E5A2C1564C for ; Wed, 12 Jan 2000 09:00:42 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 128R8D-000Mfu-00; Wed, 12 Jan 2000 19:00:25 +0200 From: Sheldon Hearn To: Jonathon McKitrick Cc: freebsd-questions@freebsd.org, lee@dogma.freebsd-uk.eu.org Subject: Re: simple c i/o question In-reply-to: Your message of "Wed, 12 Jan 2000 16:59:13 GMT." Date: Wed, 12 Jan 2000 19:00:25 +0200 Message-ID: <87165.947696425@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Jan 2000 16:59:13 GMT, Jonathon McKitrick wrote: > cc -o test test.c > > test > > Output is nothing. Program immediately returns to the prompt. Dumb-ass. :-) Test is either a shell built-in, or a system utility (/bin/test). Either call your program something else or run it as ./test . How long did that one have you going? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message