From: "Jerry van Dijk" Newsgroups: comp.os.msdos.djgpp Subject: Re: porting Vax Ada to GNAT Date: 5 Jan 1997 14:31:17 GMT Organization: *JerryWare HQ*, Haarlem, Holland Lines: 29 Message-ID: <01bbfb15$11e7a7a0$442d5c8b@jerryware> References: NNTP-Posting-Host: slip139-92-45-68.am.nl.ibm.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Dennis P. Dorgan wrote in article ... > When porting Ada from Vax to PC GNAT, might I encounter case sensitivity > problems due to translation (intermediate) to C? Does this translation > occur using GNAT? Well, you might get more replies if you posted this in comp.lang.ada... Anyway, if you think GNAT somehow uses a intermediate step using C you are wrong. GNAT generates directly for the gcc code generator, there is no immidiate step in between. However, as DOS is not case sensitive and has an 8.3 filename limitations you might run into this kind of problems anyway. -- +----------------+------------------------+ | Jerry van Dijk | email: jvandyk AT ibm DOT net | | Consultant | Team Ada | | Ordina Finance | *JerryWare HQ* Holland | +----------------+------------------------+