From: nobu.nokada@... Date: 2005-05-08T01:16:29+09:00 Subject: Re: C Extensions using MingW (invalid address LoadError) Hi, At Wed, 4 May 2005 12:39:47 +0900, Kian Wright wrote in [ruby-talk:140979]: > 1) How to correctly compile and link extensions using the mingw gcc > compiler? It looks like extconf.rb is configured for MSVC, not gcc. So I > played with it and managed to at least get it to compile and link. But what > are the correct options? This is what I used: Does "configured for MSVC" mean that you use OneClick Installer? It is linked against msvcr71.dll, which is incompatible to msvcrt.dll used by mingw gcc. -- Nobu Nakada