*BSD News Article 90946


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.Hawaii.Edu!ames!enews.sgi.com!news.sgi.com!howland.erols.net!rill.news.pipex.net!pipex!feed1.news.innet.be!INbe.net!news.be.innet.net!INbe.net!not-for-mail
From: Sebastien Pochic <spochic@INnet.be>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Can't use file produced by gcc
Date: Thu, 13 Mar 1997 20:59:29 +0100
Organization: INnet NV (post doesn't reflect views of INnet NV)
Lines: 9
Message-ID: <33285CA1.3EF1@INnet.be>
Reply-To: spochic@INnet.be
NNTP-Posting-Host: pool016-85.innet.be
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36973

Hi,

 I compiled a C source file (I made) like this:
	gcc pcl.c -o pcl
 but I can't load the file 'pcl' it created, I get an error msg "Can't
find command" or something like that. Sometimes I even get a file named
'pcl?'. Do you know the problem?

--sebastien