RE: g77 compiling problem

2003-12-18 Thread Charles D. Russell
The default directory is not in your path by default unless you put it
there, for example in your .profile file.  I put it in mine


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: g77 compiling problem

2003-12-18 Thread Larry Hall
That's a common security measure.  It's nothing new to Cygwin or UNIX.

Larry


At 01:13 PM 12/18/2003, Kevin Ison you wrote:

>that will work... I have noticed that you have to specify an absolute
>path... even if the file is in the current dir.
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
>Of [EMAIL PROTECTED]
>Sent: Thursday, December 18, 2003 1:11 PM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: RE: g77 compiling problem
>
>
>Perhaps it is not in your PATH
>
>try:
>
>./a.exe
>
>-Original Message-
>From: Martin PLUS [mailto:[EMAIL PROTECTED]
>Sent: Thursday, December 18, 2003 1:04 PM
>To: [EMAIL PROTECTED]
>Subject: g77 compiling problem
>
>
>Dear cygwin-list,
>
>Sorry if this question has been already sent, but I am very new to the
>list ! I also went to the FAQ and did not find this one:
>
>I can't run a fortran-program that has been compiled with g77, even if
>the compilation was successfull:
>
>$ ls
>toto.f
>$ g77 toto.f
>$ ls
>toto.f a.exe
>$ a.exe
>bash: a.exe: command not found
>$
>
>it's strange because the application a.exe can be launched in an
>DOS-command window for example.
>
>Do I have to specify some flags for the compilation ?
>
>Thank you if someone can help me, regards,
>
>Martin.
>
>--
>Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:   http://cygwin.com/problems.html
>Documentation: http://cygwin.com/docs.html
>FAQ:   http://cygwin.com/faq/
>
>
>
>
>--
>Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:   http://cygwin.com/problems.html
>Documentation: http://cygwin.com/docs.html
>FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: g77 compiling problem

2003-12-18 Thread Kevin Ison

that will work... I have noticed that you have to specify an absolute
path... even if the file is in the current dir.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 1:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: g77 compiling problem


Perhaps it is not in your PATH

try:

./a.exe

-Original Message-
From: Martin PLUS [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 1:04 PM
To: [EMAIL PROTECTED]
Subject: g77 compiling problem


Dear cygwin-list,

Sorry if this question has been already sent, but I am very new to the
list ! I also went to the FAQ and did not find this one:

I can't run a fortran-program that has been compiled with g77, even if
the compilation was successfull:

$ ls
toto.f
$ g77 toto.f
$ ls
toto.f a.exe
$ a.exe
bash: a.exe: command not found
$

it's strange because the application a.exe can be launched in an
DOS-command window for example.

Do I have to specify some flags for the compilation ?

Thank you if someone can help me, regards,

Martin.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: g77 compiling problem

2003-12-18 Thread SMore
Perhaps it is not in your PATH

try:

./a.exe

-Original Message-
From: Martin PLUS [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 1:04 PM
To: [EMAIL PROTECTED]
Subject: g77 compiling problem


Dear cygwin-list,

Sorry if this question has been already sent, but I am very new to the
list ! I also went to the FAQ and did not find this one:

I can't run a fortran-program that has been compiled with g77, even if
the compilation was successfull:

$ ls 
toto.f
$ g77 toto.f
$ ls
toto.f a.exe
$ a.exe
bash: a.exe: command not found
$

it's strange because the application a.exe can be launched in an
DOS-command window for example.

Do I have to specify some flags for the compilation ?

Thank you if someone can help me, regards,

Martin.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/