Re: [cffi-devel] Linking to fortran

2009-09-02 Thread Mirko Vukovic
On Wed, Sep 2, 2009 at 1:28 PM, Luís Oliveira wrote: > On Wed, Sep 2, 2009 at 6:16 PM, Mirko Vukovic > wrote: > > That led me into the minefield of setting up pointers, which I avoided by > > looking by the cl-blapack library since it has a set-up to define fortran > > types and necessary pointer

Re: [cffi-devel] Linking to fortran

2009-09-02 Thread Luís Oliveira
On Wed, Sep 2, 2009 at 6:16 PM, Mirko Vukovic wrote: > That led me into the minefield of setting up pointers, which I avoided by > looking by the cl-blapack library since it has a set-up to define fortran > types and necessary pointers on top of cffi. If you are interested in adding better Fortran

Re: [cffi-devel] Linking to fortran

2009-09-02 Thread Mirko Vukovic
By pointer - off course. That led me into the minefield of setting up pointers, which I avoided by looking by the cl-blapack library since it has a set-up to define fortran types and necessary pointers on top of cffi. I managed to compile blapack and foreign-numeric-vector libraries (I had to ign