>From: Roberto Petrucci <inparanoia@...>
>Reply-To: MSYS Discussion List <mingw-msys@...>
>To: mingw-msys@...
>Subject: [Mingw-msys] Compiling Intel2Gas
>Date: Tue, 19 Sep 2006 22:58:24 +0200 (CEST)
> I've read some messages so the problem is about the
> absence in mingw of glibc: so my problem remains, if i want to compile
>Intel2Gas how i've to do?I've used mingw just for compiling library GMP and
>GSL and they func, but Intel2Gas is a program so probably is different...
>
A small program like intel2gas which just converts assembly language from
one format to another should be quite simple to port to Windows so I suggest
you try it. I briefly tried building it and "configure" fails due to a lack
of glob.h but I would argue that this is a bug in the configure script
because the code already seems to handle the lack of glob with #ifdef
USE_GLOB. I would suggest modifying the configure script except that there
is no configure.in in the tarball I downloaded, so instead you could either:
1. Find a port of glob for Windows; or
2. Modify "configure" manually; or
3. Create a Makefile and i2gconf.h manually from Makefile.in and
i2gconf.h.in and use that to build it.
Luke
|