Discussion:
problem with shell-command
Arjan van Dijk
2008-07-10 13:11:35 UTC
Permalink
Hi!

When I use the shell-menu within NEdit to call my compiler as follows:

pgf90 -c `./getdeps.exe myfile.f90`

then NEdit gives me this message:

/usr/local/lf9562/csh_setup: No such file or directory.

My version of NEdit is:

NEdit 5.5
Sep 30, 2004

Built on: Linux, 386, GNU C
Built at: Oct 1 2004, 15:55:40
With Motif: 2.1.30 [@(#)Motif Version 2.1.30]
Running Motif: 2.1 [unknown]
Server: Hummingbird Ltd. 11000
Visual: 24-bit TrueColor (ID 0x24, Default)
Locale: en_US.UTF-8

What can be wrong?

Regards,


Arjan


____________________________________________________________________________

DISCLAIMER: http://www.rivm.nl/disclaimer.htm
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2008-07-10 14:10:04 UTC
Permalink
Hi,
Post by Arjan van Dijk
Hi!
pgf90 -c `./getdeps.exe myfile.f90`
/usr/local/lf9562/csh_setup: No such file or directory.
NEdit 5.5
Sep 30, 2004
Built on: Linux, 386, GNU C
Built at: Oct 1 2004, 15:55:40
Running Motif: 2.1 [unknown]
Server: Hummingbird Ltd. 11000
Visual: 24-bit TrueColor (ID 0x24, Default)
Locale: en_US.UTF-8
What can be wrong?
What is your login shell? Csh is the default NEdit shell for
shell-menu commands. You should test it with this shell or select a
new shell for NEdit.

@devs (yeah, this includes me): Maybe we should include the shell in
the version output. Like the attached patch?

Bert
Post by Arjan van Dijk
Regards,
Arjan
Arjan van Dijk
2008-07-10 15:30:08 UTC
Permalink
Post by Bert Wesarg
What is your login shell? Csh is the default NEdit shell for
shell-menu commands. You should test it with this shell or select a
new shell for NEdit.
bash

It appeared that the C-shell (used by nobody) still called something
from a de-installed compiler... After some change that has been fixed.

Thanks!


Arjan
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Loading...