This is the mail archive of the gcc@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: TODO: egcs-g++


On Sat, 10 Apr 1999, Alexandre Oliva wrote:
>> 2. Compiling dos-formatted files (CR-LF instead of LF) invokes no problem
>> except when one ends line with '\'. While CR comes straight after \
>> compiler thinks it is special symbol and emits an error.
>
>AFAIK, this is not supposed to work, but, if it works at all, it would
>probably only work in MS-DOS like platforms.  But I'm not sure about
>that.

It works for DJGPP. But it causes problems when somebody wants to transfer
sources to Linux....  (I tried to build egcs-1.1.2 as Linux to DJGPP
cross-compiler from sources patched under MS-DOS and had to generate 
patched sources once more).

There are more problems  as for example configure generates MS-DOS style text
files when run with DJGPP port of bash (+ other needed tools of course). Some 
scripts even becomes broken as result.

Andris


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