Skip to content

still working on building R from source

3 messages · Mark Leeds, Gavin Simpson

#
On Sun, 2011-11-06 at 18:43 -0500, Mark Leeds wrote:
I would question whether configure or make really did complete
correctly. Something went wrong if checking the compiled app failed.

You haven't shown us the conclusion of the configure step - it prints
out a list of capabilities and compilation options etc. Can you show
that. Also, can you show the configure arguments - i.e. how you called
configure?

Finally, can you show the last 10 or so lines of the output from make?

If you configured R as per my emails, you shouldn't need to go anywhere
near the root filesystem. I don't bother installing R I just run it from
the build DIR, which is in my ~/

I also build from svn which I find easier to maintain as I only need a

svn update path/to/sources

to get the latest patches.

You could also try again with a

make distclean

or

make clean

(I forget which is really required here) before you re-run configure,
just to make sure it has picked up the correct/new information.

HTH

G