Tarmo Pikaro wrote:
> Tried to compile gcc 4.1.1 (and .2) under windows / cygwin environment - and
> end up with error:
This is more a question for gcc-help.
> Used command lines:
>
> $ ./configure --prefix=/usr/lo
is
it possible
to create some "gcc calls dll"-style system and dll can be debugged using
visual studio?
(I guess as long as data type alignment is the same in both environment this
could be done).
From: "Jesper de Jong"
To: gcc at gcc dot gnu dot org
Date: Thu, 07 Sep 2
I successfully built GCC version 4.1.1 on Cygwin. The details:
Output of running config.guess:
i686-pc-cygwin
Output of gcc -v:
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../gcc-4.1.1/configure --prefix=/usr/local/gcc-4.1.1
--program-suffix=-4.1.1 --enable-threads=win32 --w