From owner-freebsd-questions Thu Oct 10 05:58:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA17343 for questions-outgoing; Thu, 10 Oct 1996 05:58:15 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA17338 for ; Thu, 10 Oct 1996 05:58:11 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vBJi0-000QojC; Thu, 10 Oct 96 12:55 MET From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id NAA02796; Thu, 10 Oct 1996 13:49:19 +0200 Message-Id: <199610101149.NAA02796@allegro.lemis.de> Subject: Running a.out (was: no subject) To: bruce_perryman@ibi.com (bruce perryman) Date: Thu, 10 Oct 1996 13:49:19 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <9609098448.AA844881340@tcpgate.ibi.com> from "bruce perryman" at Oct 9, 96 10:13:09 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bruce perryman writes: > > Hey out there! Ready for a dumb question? Sure. How about: "Why didn't you specify a subject line"? > I compile a simple c program with cc and get the resulting a.out or > a.o. But I can't run it! What's the problem? Something's wrong. Unfortunately, my crystal ball broke down earlier this year, and I can't find anybody to repair it. How about information? For example, how did you compile the program? What did the system say when you tried to run it? The fact that you mention the name a.o suggests that you might have created a .o file and be trying to run it. Don't use the -c option for the final executable. Greg