On Sun, Sep 12, 2010 at 5:56 AM, Luis Lavena <[email protected]> wrote: > Hello, > > I'm using mingw-w64 to cross-compile Ruby and other libraries from OSX > to Windows. > > Using 4.5.1 prerelease > (mingw-w32-1.0-bin_i686-darwin_20100702.tar.bz2) from automated > builds, I found that dlfcn.h is included in i686-w64-mingw32/include > directory of the package, but there is not libdl.a that complements > it. > > Either was a problem on the packaging or a mistake.
>From what I read, dlfcn.h should be deleted as it is not really applicable to Windows. You should use Win32 functions like LoadLibrary(). That being said, not so sure if this helps. http://code.google.com/p/dlfcn-win32/ -- Xiaofan ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
