Re: [Rd] Integration of C and Fortran

2006-04-05 Thread Hin-Tak Leung
Prof Brian Ripley wrote: > Is > >>the enter point Fortran "orderdata_" absent of the loading table. > > a manual translation, and was the underscore there in the original (I > think it should be, but am just checking). The extra underscore added is the default behavior of many fortran

Re: [Rd] Integration of C and Fortran

2006-04-04 Thread Prof Brian Ripley
Is the enter point Fortran "orderdata_" absent of the loading table. a manual translation, and was the underscore there in the original (I think it should be, but am just checking). What do nm -g mpackage.so tell you is actually exported from the shared object (here called 'mypackag

[Rd] Integration of C and Fortran

2006-04-03 Thread Sebastien Durand
Dear all, I am running R : Copyright 2005, Version 2.2.1 (2005-12-20 r36812) ISBN 3-900051-07-0 On a mac 10.4.5 I am having trouble with my package. The trouble is the following: In my package I have integrated three files in my src folder. 1- simplematch.C a .C file 2- ordering.f a fortran fi