Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2001 22:17:17 -0500
From:      Garance A Drosihn <drosih@rpi.edu>
To:        lanehol@bellsouth.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: vgrind: not found in make buildworld!  EEEEKKKK!!
Message-ID:  <p05001913b6799aee0788@[128.113.24.47]>
In-Reply-To: <008801c075f8$fa3b3fa0$47cf3fd0@windows.home>
References:  <007801c075f5$f704d420$47cf3fd0@windows.home> <008801c075f8$fa3b3fa0$47cf3fd0@windows.home>

next in thread | previous in thread | raw e-mail | index | archive | help
At 8:49 PM -0600 1/3/01, lanehol@bellsouth.net wrote:
>Me again.
>
>I should mention that I found vgrind in /usr/bin but when I type
>/usr/bin/vgrind
>I get:
>/usr/bin/vgrind: not found
>
>What's up with that?
>The permissions are -r-xr-xr-x and I'm logged in as root.
>
>My confusion deepens.

Try the command:
      file /usr/bin/vgrind

that should tell describe it as something like a "C shell
script text executable".  If so, try the command:

      more /usr/bin/vgrind

The first line in the file will tell you what shell the
script is looking for.  Eg:
     #!/bin/csh -f

would mean that it's looking for "/bin/csh".  So, check
to see what /bin/csh looks like on your system.
-- 
Garance Alistair Drosehn            =   gad@eclipse.acs.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05001913b6799aee0788>