From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <374ca28fab719d7acf3f3c29da9e8275@ar.aichi-u.ac.jp> Date: Fri, 4 Feb 2005 21:32:36 +0900 From: arisawa@ar.aichi-u.ac.jp To: 9fans@cse.psu.edu Subject: Re: [9fans] netpbm In-Reply-To: <41F879E2000158FC@stateless1.tiscali.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3e8f6c6c-eace-11e9-9e20-41e7f4b1d025 Hello pac, Thanks for your elaboration term% tar -xf netpbm-10.26.1.tar tar: mkdir /usr/pac failed: permission denied tar: mkdir /usr/pac/wrk failed: '/usr/pac/wrk' does not exist tar: mkdir /usr/pac/wrk/netpbm-10.26.1 failed: '/usr/pac/wrk/netpbm-10.26.1' does not ... Therefore I used fs/tarfs + cpdir Following your instruction in README.plan9 term% cp pm_config.9.h pm_config.h term% cd lib term% mk libnetpbm.a doesn't exist: assuming it will be an archive pcc -c -I .. -I util -B -D_PLAN9 -D_POSIX_SOURCE -D_SUSV2_SOURCE -I ../ -D_BSD_EXTENSION bitio.c /usr/local/src/pac/netpbm-10.26.1/lib/../pm_config.h:169[stdin:166] not a function /usr/local/src/pac/netpbm-10.26.1/lib/../pm_config.h:169[stdin:166] syntax error, last name: uint32n pcc: cpp: 8c 2219: error mk: pcc -c -I ... : exit status=rc 2216: pcc 2218: cpp: 8c 2219: error term% ape/psh # pwd /usr/local/src/pac/netpbm-10.26.1/lib # mk libnetpbm.a doesn't exist: assuming it will be an archive pcc -c -I .. -I util -B -D_PLAN9 -D_POSIX_SOURCE -D_SUSV2_SOURCE -I ../ -D_BSD_EXTENSION bitio.c /usr/local/src/pac/netpbm-10.26.1/lib/../pm_config.h:169[stdin:166] not a function /usr/local/src/pac/netpbm-10.26.1/lib/../pm_config.h:169[stdin:166] syntax error, last name: uint32n pcc: cpp: 8c 2364: error mk: pcc -c -I ... : exit status=rc 2361: pcc 2363: cpp: 8c 2364: error # It seems your help is needed. Thanks in advance. Kenji Arisawa