- Nov 29, 2005
- 2,411
- 0
- 0
So, it's really simple. I have a file I'd like to execute in the
/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin
directory. The file is vexcc (not the it matters)
When I execute "vexcc --help" in any directory I get the following:
vexcc: /mnt/hgfs/Dropbox/Research/4.3/vex-3.43/vexcc: Unexpected directory structure
Of course, if I explicitly state the directory, i.e.
/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin/vexcc
it works just fine.
"echo $PATH" (this is bash, FC14) returns
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin
Edit: Typo!
So, you know, I'm not a complete idiot. It's in the path, as pest as I can tell.
Anyone have any idea what this unexpected directory structure crap means?
This compiler produces all sorts of output and temporary files that I need, and it would really be nice to be able to invoke it from someplace other than it's home vex-3.43/bin directory.
Thanks.
/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin
directory. The file is vexcc (not the it matters)
When I execute "vexcc --help" in any directory I get the following:
vexcc: /mnt/hgfs/Dropbox/Research/4.3/vex-3.43/vexcc: Unexpected directory structure
Of course, if I explicitly state the directory, i.e.
/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin/vexcc
it works just fine.
"echo $PATH" (this is bash, FC14) returns
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/mnt/hgfs/Dropbox/Research/4.3/vex-3.43/bin
Edit: Typo!
So, you know, I'm not a complete idiot. It's in the path, as pest as I can tell.
Anyone have any idea what this unexpected directory structure crap means?
This compiler produces all sorts of output and temporary files that I need, and it would really be nice to be able to invoke it from someplace other than it's home vex-3.43/bin directory.
Thanks.
Last edited: