o access "var_foo" in C code, you actually need to refer
> >>>>> "var_foo_" in C code. If you define "var_foo" in a module in the
> >>>>> FORTAN compiler, some FORTRAN compiler may append the module name
> >>>
always fails, so this
is a bug. The same occurs for all the codes that I have tried, both simple
and complex.
Thanks for your attention to this.
Regards,
Daniel
--
Dr. Daniel Grunerdgru...@chem.utoronto.ca
Dept. of Chemistry danie
s Division
> > Lawrence Berkeley National Lab
> > One Cyclotron Road, Mail-Stop 90-1116
> > Berkeley, CA 94720
> > Tel: 510-486-7551
> > Fax: 510-486-5686
> >
> >
> >
> > ___
> >
gt; main(int argc, char *agrv[])
> {
>int amaster, aslave;
>
>if (openpty(&amaster, &aslave, NULL, NULL, NULL) < 0) {
> printf("openpty() failed with errno = %d, %s\n", errno, strerror
> (errno));
>} else {
> printf("openpty()