I found the problem but not a solution. It turns out if I add the following 
lines to dqrdc2.f I get the error:

          write(*,300) ldx,n,p
  300 format(3i4)

I don't get a compile error but I get the seemingly unrelated error in linking 
R.DLL
I guess the question now is, "How do I add a simple print statement?". Or, what 
is wrong with the above print statement?

Thank you.

Kevin

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to