bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15150: Possible bug of ln or gfortran of cygwin


From: Namito
Subject: bug#15150: Possible bug of ln or gfortran of cygwin
Date: Wed, 21 Aug 2013 15:56:24 +0900
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

I tried to compile following using gfortran 4.8.1-1

include 'bb/test2.f'
a(1)=1.0
a(2)=2.0
b=a(1)+a(2)
write(6,*) b
stop
end

When bb/test2.f is a real file, no compile error is generated.
When aa/test2.f is a real file and bb/test2.f is a symbolic link of
/aa/test2.f,
Error 'Can't open included file '/bb/test2.f'
is displayed.
ln -s aa bb
was a command to creat symbolic link.

The contents of test2.f is
dimension a(2)

Sincerely yours.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]