Displaying 1 result from an estimated 1 matches for "3i4".
Did you mean:
34
2010 Feb 17
1
Building R from source
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