X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 18 Feb 2008 17:47:19 -0500 From: "Mirko Vukovic" To: "=?ISO-8859-1?Q?Lu=EDs_Oliveira?=" Subject: Re: [cffi-devel] Re: how to build gsl dll Cc: "Reini Urban" , cffi-devel AT common-lisp DOT net, cygwin AT cygwin DOT com In-Reply-To: <391f79580802181418u13d8e3dep4c7aeca6ce460a66@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <6910a60802180801q3b3b7fdbs71be7cf7dbe53805 AT mail DOT gmail DOT com> <47B9D3EA DOT 7010405 AT x-ray DOT at> <391f79580802181418u13d8e3dep4c7aeca6ce460a66 AT mail DOT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m1IMm65w027393 On Mon, Feb 18, 2008 at 5:18 PM, Luís Oliveira wrote: > On 18/02/2008, Reini Urban 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 Lisps push :CYGWIN onto their *FEATURES* like CLISP? > > Regarding the naming convention, I suppose we could add a library > designator (or change :DEFAULT) that handles that. E.g.: (:lib "foo" > 2) would translate to "libfoo.so.2", "libfoo.2.dylib", "cygfoo-2.dll", > etc. > > -- > Luís Oliveira > http://student.dei.uc.pt/~lmoliv/ > > > _______________________________________________ > cffi-devel mailing list > cffi-devel AT common-lisp DOT net > http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel > As far as I know, clisp is the only lisp running on cygwin. I tried compiling sbcl, and that got me nowhere. Mirko -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/