Thanks, Doug. It's great to be able to call for help and have somebody respond.
First off. I noticed that my .bat file was setting the LIBRARY_PATH to g:\program files\g95\bin rather than g:\program files\g95\lib. I changed it to look at the \lib directory. :^(
I modified your suggestion from:
"g:\program files\g95\bin\g95.exe" -o dutch_prb.exe dutch_prb.f90 -ldutchf90
to:
"g:\program files\g95\bin\g95.exe" -o dutch_prb.exe dutch_prb.f90 -llibdutchf90
because I'd put the 'lib' in front of the library's name.
Fired it up as below:
"g:\program files\g95\bin\g95.exe" -o dutch_prb.exe dutch_prb.f90 -llibdutchf90
and was told:
ld: cannot find libdutchf90.a
So, I copied libdutchf90.a from where it had been created over to g:\program files\g95\lib\libdutchf90.a
but I continue to receive the same error message from ld:
ld: cannot find libdutchf90.a
So close but still need a wee bit of help, thanks.
> --
>
> You received this message because you are subscribed to the
> Google Groups "gg95" group.
> To post to this group, send email to
gg...@googlegroups.com.
> To unsubscribe from this group, send email to
> gg95+uns...@googlegroups.com.For more options, visit this
> group at
http://groups.google.com/group/gg95?hl=en.
>
>
>