Re: [Rd] OpenBSD-alpha and R-1.7.1 problem

2003-07-30 Thread Peter Rye
>>>>> "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

[Rd] OpenBSD-alpha and R-1.7.1 problem

2003-07-30 Thread Peter Rye
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

Re: [Rd] OpenBSD 3.[23] and R-1.7.1

2003-07-27 Thread Peter Rye
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

Re: [Rd] OpenBSD 3.[23] and R-1.7.1

2003-07-25 Thread Peter Rye
>>>>> "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). [...

[Rd] OpenBSD 3.[23] and R-1.7.1

2003-07-23 Thread Peter Rye
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