>>>>> "Prof Ripley" == Prof Brian Ripley <[EMAIL PROTECTED]> writes:
Prof Ripley> On 29 Jul 2003, Peter Rye wrote:
>> I'm trying to get R running on OpenBSD/alpha.
>>
>> I've applied some configure patches which
ot be entirely an R problem,
but if anyone can shed any light on where to go from here, I would be
grateful. See below for some other details.
Regards,
Peter Rye
=
Startup errors
=
shiraz:/var/tmp/R-1.7.1/bin$ ./R
R : Copyright 2003, The R Develop
e
major.minor version numbers. It doesn't care particularly what they are, so
a SHLIB_EXT of .so.0.0 will work perfectly (and that is what I used
initially, but it seemed a little clumsy).
For the libraries accompanying the packages etc. that are only dlopen'ed,
an
>>>>> "Simon" == Simon Urbanek <[EMAIL PROTECTED]> writes:
Simon> On Wednesday, July 23, 2003, at 01:07 PM, Peter Rye wrote:
>> I have been able to compile R on OpenBSD 3.[23] for the i386
>> platform (still a.out at the moment). [...
I have been able to compile R on OpenBSD 3.[23] for the i386 platform
(still a.out at the moment).
There are problems with the naming convention for OpenBSD and the shared
libraries which prevents the build completing. I have included patches for
your consideration...I'm not an expert programmer a