Re: Newbie making a dumb mistake but can you help?



You are correct about writing the module file and compiling to get the
..mod file. Your last note made me understand the .mod was a "header
type" file so now I know why it has to be linked. The book I am using
to learn fortran didn't make that clear, it compaired the .mod to a .so
file.

the proto typing (interface) was what I tried to do to make the t_main
see the randoms module, and as stated I couldn't get that to woek, as
it shouldn't have.

Thanks once again for the info and I really like this group, you people
want to help and do a good job.

Thanks again ....

.