Dear All,

On a Redhat 6 box (I've had similar problems on Redhat 6.1 boxes):

cjep@calcabrina:~ $ g77 beck.f
cjep@calcabrina:~ $ ./a.out 
Segmentation fault (core dumped)
cjep@calcabrina:~ $ g77 beck.f
cjep@calcabrina:~ $ ./a.out 
 1
 4
 9
 16
 25
 36
 49
 64
 81
 100

I find this behaviour rather weird - any ideas? My home directory is
mounted NFS.

[BTW, there is nothing special about beck.f:

       program test
       do 1 i=1,10
       k=i**2
       write(*,*)k
 1     continue
       end

best,       
-- 
Chris                           mailto:[EMAIL PROTECTED]

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to