ps. The same error is shown when I try to run gvd on a very short fortran program: PROGRAM Test INTEGER i DO i=1,10 WRITE(*,*) i ENDDO END The problem is clearly a gvd problem and not a problem in my application. Arjan