Re: Help with GCC on Cygwin

2008-03-05 Thread Ian Lance Taylor
"Balaji V. Iyer" <[EMAIL PROTECTED]> writes: > Thank you Ian. I did the modification you mentioned...now I am running > into more problems. Again: [EMAIL PROTECTED] is the wrong mailing list. Please do not send any more e-mail about this to [EMAIL PROTECTED] Please take any followups to [EMAIL

Re: Help with GCC on Cygwin

2008-03-04 Thread Eric Lilja
Crap, I didn't notice the stupid CC. Oh well, I won't authorize it so gmane should trap it. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

Re: Help with GCC on Cygwin

2008-03-04 Thread Eric Lilja
Balaji V. Iyer wrote: [snip] I'm used to building in a separate directory. Say I've unpacked the tarball in my home directory, I would do something like: $ mkdir gcc-build $ cd gcc-build $ ../gcc-4.0.2/configure --prefix=/usr/local/gcc-4.0.2 --enable-languages=c (And a few more flags but I've om

RE: Help with GCC on Cygwin

2008-03-04 Thread Balaji V. Iyer
help is highly appreciated! Yours Sincerely, Balaji V. Iyer. -- Balaji V. Iyer PhD Student, Center for Efficient, Scalable and Reliable Computing, Department of Electrical and Computer Engineering, North Carolina State University. -Original Message- From: Ian Lance Taylor [mail

Re: Help with GCC on Cygwin

2008-03-04 Thread Ian Lance Taylor
"Balaji V. Iyer" <[EMAIL PROTECTED]> writes: > I am trying to do some development on the C Compiler in Cygwin and I > am doing the following to build it: [EMAIL PROTECTED] is the wrong mailing list. Please send any further e-mail to [EMAIL PROTECTED] Thanks. > $ ../gcc-4.0.2/gcc/configure