X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Gcal for Win98 Date: 9 Feb 2002 23:56:34 GMT Organization: Cornell University Lines: 29 Sender: asu1 AT cornell DOT invalid (on pool-141-149-206-12.syr.east.verizon.net) Message-ID: References: <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20020207162331 DOT 00a044a0 AT imap DOT cs DOT com> <3C645248 DOT 70B70C0B AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: pool-141-149-206-12.syr.east.verizon.net X-Trace: news01.cit.cornell.edu 1013298994 16565 141.149.206.12 (9 Feb 2002 23:56:34 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 9 Feb 2002 23:56:34 GMT User-Agent: Xnews/L5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Richard Dawe wrote in news:3C645248 DOT 70B70C0B AT phekda DOT freeserve DOT co DOT uk: > Hello. > > "A. Sinan Unur" wrote: > [snip] >> That said: Escaping the quotes on lines 92 and 97 of makefile.djg so >> they read: >> >> 92 GCAL_USR_DATADIR = \"share/gcal\" >> 97 GCAL_SYS_DATADIR = \"/usr/local/share/gcal\" >> >> should ensure the build goes smoothly. >> >> On the other hand, the current standard would presumably be to use: >> >> 92 GCAL_USR_DATADIR = \"/dev/env/DJDIR/share/gcal\" >> >> Am I correct? > > Yep, I believe so. > > Presumably, when you use the configure script, it will put files in > /dev/env/DJDIR/share too? that's what happened on my system. sinan.