From: "jdm" Newsgroups: comp.os.msdos.djgpp Subject: Re: CTREE 6.8 Any Help Date: Thu, 20 May 1999 21:50:53 -0500 Organization: Airnews.net! at Internet America Lines: 25 Message-ID: <7F67B2D3BBFC3C80.563FC6D47EBE72E0.BC897480A3B0443E@library-proxy.airnews.net> X-Orig-Message-ID: <7i2hmp$8u9 AT library DOT airnews DOT net> References: <37442ED4 DOT E01667DD AT scordon DOT com DOT br> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Thu May 20 21:51:05 1999 NNTP-Posting-Host: ![Gf41k-W:j1G3+ (Encoded at Airnews!) X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com producao wrote in message <37442ED4 DOT E01667DD AT scordon DOT com DOT br>... >Ola. > > Excuse my English. > > Somebody uses c-tree (a product Faircom) in the version 6.8, because I >was user of BC and I am migrating for DJGPP. For BC or Linux, ready >configurations exist in the ctree but there is not anything for DJGPP. > Thank you for any help. > Good luck. CTree's source code is a maze of #defines for many, many different C compilers. The best thing to do would be to examine the code carefully and try to find a #define for an existing compiler that is a close match to DJGPP. To try and add a separate #define for DJGPP and propagate it throughout all the necessary files would be a very long, difficult task. I shudder to think of it. jdm