Re: R on the Hurd

2000-11-06 Thread Zsombor Cseres-Gergely
The guys confirmed this (sort of). But the next release compiles and runs well. Put it plainly: R (1.2) runs on the Hurd! (at a reasonable speed) Zsombor

Re: R on the Hurd

2000-11-03 Thread Roland McGrath
The correct linker options for this sort of issue are the same as on Linux. Perhaps their build scripts behave differently on Linux than on Hurd. It sounds like they expect to link the main executable with --export-dynamic (aka -E). Use nm --dynamic or objdump --dynamic-syms to see what symbols a

Re: R on the Hurd

2000-11-03 Thread Zsombor Cseres-Gergely
On Fri, Nov 03, 2000 at 04:43:42PM -0500, Roland McGrath wrote: > This looks like a problem in how these binaries were built. Please try > building the same way from the same source on Linux and see if there are > any problems. I did it and I use it without any problems. All the tests included in

Re: R on the Hurd

2000-11-03 Thread Roland McGrath
> Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library > "/home/zs/R-1.1.1/library/eda/libs/eda.so": > /home/zs/R-1.1.1/library/eda/libs/eda.so: undefined symbol: R_rsort This looks like a problem in how these binaries were built. Please try buildin

R on the Hurd

2000-11-03 Thread Zsombor Cseres-Gergely
Hi, (this is a repeat of my previous message to help-hurd, nobody answered, I suppose because of it was inappropriate on that list?!) I compiled R (a programming environment for statistics, and so), and compiles on the Hurd without help. Using is different. After starting it, I get a warning that