[R] Building R from source

rkevinburton at charter.net rkevinburton at charter.net
Wed Feb 17 03:50:00 CET 2010


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



More information about the R-help mailing list