chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] sqlite3 egg on cygwin


From: Ashish Shrestha
Subject: Re: [Chicken-users] sqlite3 egg on cygwin
Date: Wed, 1 Feb 2006 06:48:11 +0000

this is not a major issue. it is just the csc is called with -o sqlite.so so the output file is called sqlite.so instead of sqlite.dll. As a  result the rest of the installation fails. Just removing the -o argument to csc works fine.

Ashish

On 2/1/06, Thomas Chust <address@hidden> wrote:
On Tue, 31 Jan 2006, AshishShrestha wrote:

> [...]
> The sqlite3 egg is hardcoded to rename the library .so instead of .dll
> so it fails to install. Hope someone can fix it.
> [...]

Hello,

I wonder why this is a problem on Windows. At least on Unices CHICKEN
seems to load every piece of compiled code from .so files regardless of
the specific operating system's idea what the file extension for a shared
library should be. For example on MacOS X the dynamic libraries are
normally called .dylib, but CHICKEN uses .so for its compiled code and is
happy with that.

Is it impossible to load code from anything not called .dll on Windows?!?

Anyway, if this is really a problem, I can try to fix it in the next few
days. I just cannot test it, because I have no Windows machine available
at the moment.

cu,
Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]