Re: Can't build GPS under Windows 2K
Arnaud Charlet <[email protected]> Tue, 19 Apr 2005 09:14:15 +0200
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
> Last year Arno Charlet told me to use Cygwin. I've tried theses days > with a fresh full Cygwin install, without success at all. I've also > tried with MinGW, (my preferred GCC package for Windows) : > > MinGW-3.2.0-rc-3 (gcc 3.4.2) > MSYS-1.0.10 (make 3.79.1) > msysDTK-1.0.1 You seem to be mixing the compiler and the build environment (unix tools). I only mentioned cygwin in the context of the build environment, not in the context of the compiler. Our environment is as described above (cygwin build environment, gnat and gcc mingw-based compiler). Arno