chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] libchicken-static.lib (MSVC) is not static, and one


From: felix winkelmann
Subject: Re: [Chicken-users] libchicken-static.lib (MSVC) is not static, and one more question
Date: Mon, 8 Dec 2008 09:00:49 +0100

On Sun, Dec 7, 2008 at 10:37 PM, Ivan Shcheklein <address@hidden> wrote:
>
> I've looked at the patch. It seems to me now that while static library
> compiled with "/MT" option is ok for me it can be unconvenient for someone
> who uses "/MD" to compile application.
>
> I can suggest two ways:
>
> 1. Provide both versions. One should be built with /MT and one - with /MD.

I'd rather not do that, there are too many library versions already.

> 2. Provide one version and use /Zl (L-small) option. As far as I know it
> works pretty well since VS 2005. However, I haven't tested it by myself yet.

That would be a compiler option, not a linker option, correct?

>
> BTW, when will Chicken 4 become available?
>

Hopefully soon - I'd like to port more eggs before the release and perhaps
do the irregex integration (if I ever find a decent benchmark, that is).


cheers,
felix




reply via email to

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