Mail Archives: djgpp/1995/09/04/18:24:17
Hi,
below the reply I got from Csaba recently. On a first try
I couldn't compile my project with it. I found out that grx2
is precompiled for V1.12 (not V2 of djgpp). You need to recompile it.
My make didn't work with Csaba's makefile. I made the following changes
to the makefile to get it to compile.
cd to djgpp (V2) root directory
unzip the grx2 archive
cd contrib\grx (or something like that)
type make (if it don't work 'cause your using GNU make then try this)
cd contrib\grx\src (or something like that)
edit the makefile
change $(AR) -rv ../lib/libgrx20.a $(O)
to $(AR) -rv libgrx20.a $(O)
change $(RANLIB) ../lib/libgrx20.a
to $(RANLIB) libgrx20.a
copy libgrx20.a ..\lib
This worked for me.
Brendan Simon
..........................................................................
Subject: RE: Graphics under Windog...
Cc: csaba
It is available via ftp from the PC in my office. You can connect to it
only when it is running Linux (always outside office hours: about 8AM..
6PM, and many times during the day too.) If you cannot get in, I am running
MsDog or WinDog, try later...
The name of the machine is "eepc29.vuse.vanderbilt.edu" (129.59.101.85),
use the account "djgpp" with password "grx-20".
I make frequent updates to the archives in the account, it may be worthwhile
to check it about once a week...
Csaba
- Raw text -