------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-16 01:33 ------- Oh, I noticed what you did now.
You are not compiling the module but have it named numberlists.mod. Change the filename of numberlists.mod to numberlists.f90. And try: gfortran numberlists.f90 llnew.f90 -o llnew That should work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24398