Re: [Mingw-w64-public] Using gendef in Ubuntu to generate import library for MySQL 5.1.47

2010-05-29 Thread Dmitrijs Ledkovs
On 29 May 2010 01:15, Luis Lavena wrote: > If the problem is Ubuntu mingw32 package, any suggest about installing > mingw-w64 to target 32bits applications that do not interfere with > Ubuntu? > You can try $ sudo apt-add-repository ppa:mingw-w64/daily-builds $ sudo apt-get update $ sudo apt-get

[Mingw-w64-public] Using gendef in Ubuntu to generate import library for MySQL 5.1.47

2010-05-28 Thread Luis Lavena
Hello, I'm the maintainer of Ruby Installer for Windows, which provides a stable version of Ruby language on Windows using GCC: http://rubyinstaller.org/ A side project of it is a tool that allows developers on Linux and OSX to cross compile Ruby C extensions, this tool is called rake-compiler: