[omniORB] Compiling under Windows with MinGW

Duncan Grisby duncan at grisby.org
Thu Jan 17 10:11:01 GMT 2008


On Monday 14 January, Matias Guijarro wrote:

> I am trying to compile omniORB 4.1.0 under Windows in a
> MinGW environment, without any success for the moment.
> 
> I changed the platform in config/config.mk to "x86_win32_mingw",
> then I started the configure script and it runs fine :

If you're using the configure script, you don't need to edit config.mk.
It doesn't hurt if you do, though.

> checking build system type... i686-pc-mingw32
> checking host system type... i686-pc-mingw32
> checking for gcc... gcc
> [...]

The autoconf configuration doesn't have any entries for MinGW, so it
falls back to some guesses. If you look in configure.ac and
mk/beforeauto.mk.in, you'll see a whole load of things about specific
platforms. If you copy the ones for Cygwin, that will probably be a good
starting point.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list