This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Building GCC under Cygwin. Please help.


On Mar 29, 2001, "Vivin Suresh Paliath" <computer_maniac@hotmail.com> wrote:

> This is the third time I am sending this problem in. I didn't get a
> response earlier. I would really appreciate any help!

You might have better luck posting to some Cygwin-specific mailing
list.

> /srcdir/gcc-2.95.3/configure --prefix=/usr --with-gnu-as --with-gnu-ld --enable-threads=posix 2>&1 | tee configure.out

Did you try without the --enable-threads=posix?  I suspect that's the
problem.  Try just --enable-threads, so that GCC chooses the
appropriate threading model, if any.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]