(Illustration by Gaich Muramatsu)
X-No-Archive: yes Hi, I am new to Coda distributed file system, so I downloaded all sources to start this first install. lwp-1.12.tar.gz rpc2-1.26.tar.gz rvm-1.10.tar.gz coda-6.0.8.tar.gz I want to build Coda from source archives, in my NetBSD-2.0 box. But after configuring, making and installing lwp-1.12 libraries; I get the following error when I try to make rpc2-1.26. # NetBSD-2.0 Kernel options are OK in the box. file-system CODA # Coda File System pseudo-device vcoda 4 # coda minicache <-> venus comm. gcc (GCC) 3.3.3 # Configuration to take a account of lwp libs. ./configure --prefix=/usr/local/rpc2 \ --with-lwp-includes=/usr/local/lwp/include \ --with-lwp-library=/usr/local/lwp/lib Then the "make" command, and... ------------------------------------------------------------------------------------------------------------------------------- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lwp-1.12/include -g -O2 -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -fPIC -DPIC -o .libs/errors.o errors.c:35:31: switchc2s.h: No such file or directory errors.c:60:31: switchs2c.h: No such file or directory errors.c:79:31: switchc2s.h: No such file or directory *** Error code 1 Stop. make: stopped in /var/tmp/rpc2-1.26/rpc2-src *** Error code 1 Stop. make: stopped in /var/tmp/rpc2-1.26 *** Error code 1 Stop. make: stopped in /var/tmp/rpc2-1.26 ------------------------------------------------------------------------------------------------------------------------------- Do I miss something? Any ideas of where to look? Regards -- Ed.Received on 2005-04-13 07:15:02