Re: perl call fortran

2011-05-01 Thread Patrick Dupre
On Sun, 1 May 2011, Kenneth Wolcott wrote: On Sun, May 1, 2011 at 14:36, Patrick Dupre wrote: Hello, Is perl able to load a fortran subroutine ? I have no problem to make a c code callable by gcc (xs) I can call a fortran routine from a c program. But perl fails to load a so library linked

Re: perl call fortran

2011-05-01 Thread Kenneth Wolcott
On Sun, May 1, 2011 at 14:36, Patrick Dupre wrote: > > Hello, > > Is perl able to load a fortran subroutine ? > > I have no problem to make a c code callable by gcc (xs) > I can call a fortran routine from a c program. > But perl fails to load a so library linked with a piece of fortran. > > The e

perl call fortran

2011-05-01 Thread Patrick Dupre
Hello, Is perl able to load a fortran subroutine ? I have no problem to make a c code callable by gcc (xs) I can call a fortran routine from a c program. But perl fails to load a so library linked with a piece of fortran. The error is: cannot restore segment prot after reloc: Permission denie