[Scilab-Dev] use basout in fortran program

ycollet at freesurf.fr ycollet at freesurf.fr
Tue May 5 16:21:20 CEST 2009


I included a small test in my fortran code:

      WRITE(6,666) IO
      WRITE(6,666) WTE

 666  FORMAT (5X,'PARAM =',I5)

And, when I launch the good scilab command, it hangs at WRITE(6,666) WTE
The WTE variable is defined in the stack.h iop common.
It seems that I can't access wte ?
This is certainly a link problem. How do I link to the iop.wte common
variable ?

YC






More information about the dev mailing list