[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Errors building eggs in mingw/msys
From: |
John Cowan |
Subject: |
Re: [Chicken-users] Errors building eggs in mingw/msys |
Date: |
Sun, 17 Feb 2008 17:41:20 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Ashley Bone scripsit:
> I had what seemed to be this EXACT same problem when I built chicken
> for cygwin, which I solved by copying the cygchicken dll's
> to the path containing chicken (or adding the lib directory to the
> path, not sure at this point). I'm at a loss in this case, though I'm
> convinced it's something trivial.
All builds on Windows (cygwin, mingw, mingw/msys) have the same issue:
Windows doesn't have a separate search path for DLLs, so all DLLs have
to be on $PATH. However, the working directory is *always* on $PATH
whether explicitly so or not.
--
There is / One art John Cowan <address@hidden>
No more / No less http://www.ccil.org/~cowan
To do / All things
With art- / Lessness -- Piet Hein
- [Chicken-users] Errors building eggs in mingw/msys, Ashley Bone, 2008/02/17
- Re: [Chicken-users] Errors building eggs in mingw/msys,
John Cowan <=
- Re: [Chicken-users] MSVC makefile (was Errors building eggs in mingw/msys), Ashley, 2008/02/20
- Re: [Chicken-users] MSVC makefile (was Errors building eggs in mingw/msys), felix winkelmann, 2008/02/20
- Re: [Chicken-users] MSVC makefile (was Errors building eggs in mingw/msys), John Cowan, 2008/02/20
- Re: [Chicken-users] MSVC makefile (was Errors building eggs in mingw/msys), Ashley, 2008/02/20
- [Chicken-users] MSVC makefile and patches, Ashley, 2008/02/21
- Re: [Chicken-users] MSVC makefile and patches, John Cowan, 2008/02/21
- Re: [Chicken-users] MSVC makefile and patches, Ashley, 2008/02/21
- Re: [Chicken-users] MSVC makefile and patches, felix winkelmann, 2008/02/22
- Re: [Chicken-users] MSVC makefile and patches, Vincent Manis, 2008/02/22
- Re: [Chicken-users] MSVC makefile and patches, Graham Fawcett, 2008/02/22