This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2


Still continuing to test...

Marco Atzeri wrote:
if I had ./test_program I see the output on the screen but

./test_program > test_output
leave test_output empty.

If I build that tst case with:


gfortran-4 test_program.F -o test_program

then

$ ./test_program.exe
SUCCESS

$ ./test_program.exe > test_output

$ cat test_output
SUCCESS

But if I build with:

gfortran-4 -shared test_program.F -o test_program

then

$ ./test_program.exe
bash: ./test_program.exe: Permission denied

i.e. it does not work at all!

What am I missing?


Cheers, Angelo.


-- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]