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 <[EMAIL PROTECTED]> No more / No less http://www.ccil.org/~cowan To do / All things With art- / Lessness -- Piet Hein _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
