This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Difficulty building gcc 4.3.2 under i386-pc-cygwin


Werner Wothke wrote:

> $ make
> [ -f stage_final ] || echo stage3 > stage_final
> make[1]: Entering directory `/cygdrive/c/gcc-4.3.2/Destination'
> -bubble'.  Stop.rule to make target `stage3
> make[1]: Leaving directory `/cygdrive/c/gcc-4.3.2/Destination'
> make: *** [all] Error 2

The overlapped nature of the error would indicate that you have spurious
CR characters in a file somewhere.  With a complicated build system like
gcc there's no way that's ever going to work, and in general using
Cygwin with DOS line endings is a recipe for doom and frustration.  Use
a binary mount and don't use Win32 tar extractors that do "helpful" line
ending convesions (e.g. WinZip.)

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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