Re: can't get away from automake on remote machine

2002-04-30 Thread Tom Tromey
> "Skip" == Skip Montanaro <[EMAIL PROTECTED]> writes: Skip> Maybe I can just check a simple shell script into CVS that Skip> touches the problematic files in the correct order. There are 3 commonly-used solutions to this problem: 1. Check in generated files and use AM_MAINTAINER_MODE 2. D

Re: can't get away from automake on remote machine

2002-04-30 Thread Skip Montanaro
>> Third, after executing configure, cvs up reports several >> unknown files: >> >> ? config.log >> ? Makefile >> ? config.status >> ? config.h >> ? libtool >> ? stamp-h1 >> ? python/Makefile >> ? src/Makefile >> ? src/.deps >> ? test/Makefile

Re: can't get away from automake on remote machine

2002-04-30 Thread Skip Montanaro
Skip> I have a few questions. First, what's causing the "cannot remove" Skip> error when the configure script is executed? adl> That could be an NFS server which reuse inode numbers. The Linux adl> user-mode NFS server (unfsd) is known for this. Switch to using adl> kernel

Re: can't get away from automake on remote machine

2002-04-30 Thread Alexandre Duret-Lutz
>>> "Skip" == Skip Montanaro <[EMAIL PROTECTED]> writes: [...] Skip> configure: creating ./config.status Skip> rm: cannot remove `conf5861': Input/output error [...] Skip> I have a few questions. First, what's causing the "cannot remove" error Skip> when the configure script is executed?

Re: can't get away from automake on remote machine

2002-04-30 Thread Ralph Corderoy
Hi Skip, > Third, after executing configure, cvs up reports several > unknown files: > > ? config.log > ? Makefile > ? config.status > ? config.h > ? libtool > ? stamp-h1 > ? python/Makefile > ? src/Makefile > ? src/.deps > ? test/Makefile > ? test/.

can't get away from automake on remote machine

2002-04-30 Thread Skip Montanaro
If I check out my project on another machine I am not able to simply execute ./configure && make. On my development machine I verified that I have generated all files properly: % cvs up cvs server: Updating . cvs server: Updating doc cvs server: Updating python cvs server: U