Re: [AD] A minor inconvinience (is it spelled right ?) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> IIRC, the reason was something like this: my bash port is a DJGPP program,
> while gcc is a Windows program (MinGW) and mixing those two is a Bad Idea.
Yes, but MinGW32 is turning into a complete Unix-like environment where you
can do:
./configure
make
make install
It is called MSYS (for Minimal SYStem) and provides a Win32 version of sh,
which is what Igor uses.
--
Eric Botcazou