On Wed, Apr 11, 2001 at 08:12:34AM -0700, Leitha discount wrote:
> Yes, actually the home file is there. That was why I didn't understand the
> compile error.
Weird. I wonder whether the right subdir is used. Can you apply this patch and
show me the output?
--- install.c.orig Wed Apr 11 09:50:52 2001
+++ install.c Wed Apr 11 09:51:23 2001
@@ -78,9 +78,11 @@
int fdin;
int fdout;
+ system("/bin/pwd");
if (fchdir(fdsourcedir) == -1)
strerr_die2sys(111,FATAL,"unable to switch back to source directory: ");
+ system("/bin/pwd");
fdin = open_read(file);
if (fdin == -1)
strerr_die4sys(111,FATAL,"unable to read ",file,": ");
--
Jos Backus _/ _/_/_/ "Modularity is not a hack."
_/ _/ _/ -- D. J. Bernstein
_/ _/_/_/
_/ _/ _/ _/
[EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer;