From: Marcus Rohrmoser Newsgroups: comp.os.msdos.djgpp Subject: Re: help grx Date: Mon, 14 Jun 1999 12:03:34 +0200 Organization: Leibniz Rechenzentrum Muenchen Lines: 15 Distribution: world Message-ID: <3764D376.7C9F5390@lrz.de> References: <3762AF0D DOT E9A5C070 AT SoftHome DOT net> NNTP-Posting-Host: sun3.lrz-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en, de-DE To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Try - unzip the archives into e.g. c:/gnu/contrib/grx23 - choose the appropriate makefile, e.g. makefile.dj2 - run it, e.g. make -fmakefile.dj2 - have a cup of coffee - set the PATHs in djgpp.env right (add c:/gnu/contrib/grx23/include to the includes and c:/gnu/contrib/grx23/lib/dj2 to the libs) or copy it's contents to c:/gnu/include and g:/gnu/lib. Does this work? Then act likewise on bcc2grx. Marcus P.S.: I'd use bcc2grx only for a quick port Borland to GRX.