Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 1997 16:40:39 +1100 (EST)
From:      andrew@ugh.net.au
To:        yama-ko <yama-ko@mx2.nisiq.net>
Cc:        The FreeBSD Questions List <questions@freebsd.org>
Subject:   Re: question
Message-ID:  <Pine.BSF.3.96.971105163852.9346B-100000@depravitas.tuu.utas.edu.au>
In-Reply-To: <199711050438.NAA27590@mx2.nisiq.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 Nov 1997, yama-ko wrote:

> I can compile programs with C , but I cannot execute them . Why ?

<snip>

> %a.out
> a.out : cannot found command
> %

the problem is FreeBSD cant find the command as it isnt in your path. You
can specify the full pathname to the file but what is probably easier is a
relative pathname ie try executing

./a.out

Andrew




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971105163852.9346B-100000>