[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] fix static compilation in cygwin
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] fix static compilation in cygwin |
Date: |
Sun, 3 Aug 2014 18:07:06 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Mon, Jul 21, 2014 at 09:37:07PM +0200, Peter Bex wrote:
> I've tested the patch, and it indeed seems to fix this particular
> situation. Somehow I thought this would break dynamically linked
> builds, as there's no libchicken.dll, only cygchicken-0.dll. However,
> *somehow* dynamic binaries are still linked against cygchicken-0.dll
> even with this patch.
It looks like this patch *did* introduce a new bug while fixing the
static compilation: "make check" now fails on the -deploy test, with
an error that libchicken.dll can't be copied.
That file doesn't get generated (any more?), but for some reason there
was a file by that name in my checkout on the Windows VM that I was
using. I ran into this problem while deploying in a Vista VM while
looking into another bug, where that file didn't exist yet.
Here's another horrible patch to fix this problem.
Cheers,
Peter
--
http://www.more-magic.net
0001-Fix-bug-in-deploy-mode-under-Cygwin-introduced-by-be.patch
Description: Text document
- Re: [Chicken-hackers] [PATCH] fix static compilation in cygwin,
Peter Bex <=