*BSD News Article 91049


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!msunews!news.mtu.edu!newsxfer.itd.umich.edu!newsxfer3.itd.umich.edu!howland.erols.net!math.ohio-state.edu!news.cis.ohio-state.edu!nntp.sei.cmu.edu!fs7.ece.cmu.edu!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!fas-news.harvard.edu!giffin.student.harvard.edu!user
From: daniel@eecs.harvard.edu (Daniel B Giffin)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Can't use file produced by gcc
Date: Thu, 13 Mar 1997 17:48:41 -0500
Organization: Harvard University, Cambridge, Massachusetts
Lines: 22
Message-ID: <daniel-1303971748410001@giffin.student.harvard.edu>
References: <33285CA1.3EF1@INnet.be>
NNTP-Posting-Host: giffin.student.harvard.edu
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37019


Make sure the current directory is in your path, or else
specify the current directly explicity when you call the
command:

   ./pcl


daniel


In article <33285CA1.3EF1@INnet.be>, spochic@INnet.be wrote:

> 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