Re: [Rd] pb with dyn.load - fortran code now attached

2005-10-27 Thread Gilles GUILLOT
> > is.loaded("supsmu_") > > [1] FALSE > > > is.loaded("supsmu") > > [1] TRUE > > That is a Fortran entry point, and it complies with the description > quoted. > > What is.loaded() needs depends on how the symbol would be found > and so it is not much use. OK, thanks. But still > is.loaded("fst

Re: [Rd] pb with dyn.load - fortran code now attached

2005-10-26 Thread Paul Roebuck
On Wed, 26 Oct 2005, Prof Brian Ripley wrote: > On Wed, 26 Oct 2005, Paul Roebuck wrote: > > > On Wed, 26 Oct 2005, Gilles GUILLOT wrote: > > > >> QUESTION 1: > >> [EMAIL PROTECTED] guillot]$ R > >> R : Copyright 2005, The R Foundation for Statistical Computing > >> Version 2.2.0 (2005-10-06 r357

Re: [Rd] pb with dyn.load - fortran code now attached

2005-10-26 Thread Prof Brian Ripley
On Wed, 26 Oct 2005, Paul Roebuck wrote: > On Wed, 26 Oct 2005, Gilles GUILLOT wrote: > >> QUESTION 1: >> [EMAIL PROTECTED] guillot]$ R >> R : Copyright 2005, The R Foundation for Statistical Computing >> Version 2.2.0 (2005-10-06 r35749) >> ISBN 3-900051-07-0 >> >> >system("R CMD SHLIB ~/tmp/tes

Re: [Rd] pb with dyn.load - fortran code now attached

2005-10-26 Thread Paul Roebuck
On Wed, 26 Oct 2005, Gilles GUILLOT wrote: > QUESTION 1: > [EMAIL PROTECTED] guillot]$ R > R : Copyright 2005, The R Foundation for Statistical Computing > Version 2.2.0 (2005-10-06 r35749) > ISBN 3-900051-07-0 > > >system("R CMD SHLIB ~/tmp/test1.f") > g77 -fPIC -g -O2 -c /home/guillot/tmp/t

[Rd] pb with dyn.load - fortran code now attached

2005-10-26 Thread Gilles GUILLOT
Hi, here are a couple of strange things happening with R.2.2.0 compiled under Mandrake-10.1 At the begining of the story I have segmentation fault using package RandomFields in conjuction with some Fortran code of mine loaded with dyn.load. One of my fortran programs contains a subroutine nam

[Rd] pb with dyn.load

2005-10-26 Thread Gilles GUILLOT
Hi, here are a couple of strange things happening with R.2.2.0 compiled under Mandrake-10.1 At the begining of the story I have segmentation fault using package RandomFields in conjuction with some Fortran code of mine loaded with dyn.load. One of my fortran programs contains a subroutine nam