Re: how to build gsl dll

2008-02-18 Thread Reini Urban
Hi Mirko 2008/2/17, Mirko Vukovic [EMAIL PROTECTED]: I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp module, just use the FFI. This is much simplier, smaller and easier to test. See libsvm or matlab, or pari for a more optimized

Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban [EMAIL PROTECTED] wrote: Hi Mirko 2008/2/17, Mirko Vukovic [EMAIL PROTECTED]: I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp module, just use the FFI. This is much simplier,

Re: how to build gsl dll

2008-02-18 Thread Reini Urban
Mirko Vukovic schrieb: On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban wrote: 2008/2/17, Mirko Vukovic: I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp module, just use the FFI. This is much simplier, smaller and easier to test. See

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 1:52 PM, Reini Urban [EMAIL PROTECTED] wrote: Mirko Vukovic schrieb: On Mon, Feb 18, 2008 at 11:01 AM, Reini Urban wrote: 2008/2/17, Mirko Vukovic: I am trying to build a dll for gsl. I want to link it to clisp. I would suggest not to use a static clisp

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Luís Oliveira
On 18/02/2008, Reini Urban [EMAIL PROTECTED] wrote: Luís, cannot this be a bit simplified for :cygwin? I've always have to do this. libsndfile.so.1 can be automatically translated to cygsndfile-1.dll. Unfortunately :cygwin is no define-foreign-library target, just :unix. Maybe. Do all cygwin

Re: [cffi-devel] Re: how to build gsl dll

2008-02-18 Thread Mirko Vukovic
On Mon, Feb 18, 2008 at 5:18 PM, Luís Oliveira [EMAIL PROTECTED] wrote: On 18/02/2008, Reini Urban [EMAIL PROTECTED] wrote: Luís, cannot this be a bit simplified for :cygwin? I've always have to do this. libsndfile.so.1 can be automatically translated to cygsndfile-1.dll.

how to build gsl dll

2008-02-17 Thread Mirko Vukovic
Hi, I am trying to build a dll for gsl. I want to link it to clisp. However, when after downloading the gsl source (and I saw it being downloaded), I cannot find it (/usr/src is completely empty, and find did not return much other than many *.h files, dll's etc). On the other hand the gsl

Re: how to build gsl dll

2008-02-17 Thread Brian Dessent
Mirko Vukovic wrote: I am trying to build a dll for gsl. I want to link it to clisp. Why? The Cygwin gsl packages already contains everything you need, including both shared and static versions. Install the 'gsl' package for the runtime files (the DLL) and install 'gsl-devel' for the

Re: how to build gsl dll

2008-02-17 Thread Mirko Vukovic
On Sun, Feb 17, 2008 at 2:19 PM, Brian Dessent [EMAIL PROTECTED] wrote: Mirko Vukovic wrote: I am trying to build a dll for gsl. I want to link it to clisp. Why? The Cygwin gsl packages already contains everything you need, including both shared and static versions. Install the 'gsl'