Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Prof Brian Ripley
On Sun, 20 Apr 2008, Thomas Petzoldt wrote: > Dear Prof. Ripley, > > thank you very much for correcting the treatment of 'extra underscore' that > in fact solved our problem with the Fortran interface on my Ubuntu 7.1 > x86/64, even with g77 3.4.6. I accidentally installed g77 instead of gfortr

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Thomas Petzoldt
Dear Prof. Ripley, thank you very much for correcting the treatment of 'extra underscore' that in fact solved our problem with the Fortran interface on my Ubuntu 7.1 x86/64, even with g77 3.4.6. I accidentally installed g77 instead of gfortran (4.x), sorry for my limited knowledge about that.

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Thibaut Jombart
>> >> Thanks, for code-compilation problems we need that level of detail. >> >> Your problem appears to be that you are mixing gcc4 and g77 (not >> recommended), and g77 does use extra underscores, I believe. I have >> >> /* Define if your Fortran compiler appends an extra_underscore to >> exte

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Peter Dalgaard
Prof Brian Ripley wrote: > On Sun, 20 Apr 2008, Thibaut Jombart wrote: > >> Prof Brian Ripley wrote: >> >>> And your machine is? -- you haven't given the 'at a minimum' >>> information asked for in the posting guide. >>> >>> Neither example is reproducible on my Fedora 8 x86_64 systems (nor >>> i

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Prof Brian Ripley
On Sun, 20 Apr 2008, Thibaut Jombart wrote: Prof Brian Ripley wrote: And your machine is? -- you haven't given the 'at a minimum' information asked for in the posting guide. Neither example is reproducible on my Fedora 8 x86_64 systems (nor in the case of tripack, on CRAN's). It will need

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Thibaut Jombart
Prof Brian Ripley wrote: > And your machine is? -- you haven't given the 'at a minimum' > information asked for in the posting guide. > > Neither example is reproducible on my Fedora 8 x86_64 systems (nor in > the case of tripack, on CRAN's). It will need someone with an > affected system to d

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Prof Brian Ripley
And your machine is? -- you haven't given the 'at a minimum' information asked for in the posting guide. Neither example is reproducible on my Fedora 8 x86_64 systems (nor in the case of tripack, on CRAN's). It will need someone with an affected system to debug this. One possibility is that

Re: [Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-20 Thread Thibaut Jombart
[EMAIL PROTECTED] wrote: >Full_Name: Thomas Petzoldt >Version: R 2.8.0 devel, svn version 45389 >OS: Linux x86/64 Ubuntu 7.1 >Submission from: (NULL) (217.235.62.12) > > >In contrast to all other tested operating systems a call of Fortran functions >on >Linux x86/64 requires an appended underscor

[Rd] Fortran underscore problem persists on Linux x86/64 (PR#11206)

2008-04-19 Thread thomas . petzoldt
Full_Name: Thomas Petzoldt Version: R 2.8.0 devel, svn version 45389 OS: Linux x86/64 Ubuntu 7.1 Submission from: (NULL) (217.235.62.12) In contrast to all other tested operating systems a call of Fortran functions on Linux x86/64 requires an appended underscore. The problem occured with package