From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 14 Dec 2004 14:29:34 -0700 From: "Ronald G. Minnich" To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] plan 9ports on suse 9.1 Topicbox-Message-UUID: 15d3a176-eace-11e9-9e20-41e7f4b1d025 Sorry if this was asked before. I am getting this: l -o o.9p 9p.o /usr/local/plan9/lib/libsec.a /usr/local/plan9/lib/libfs.a /usr/local/plan9/lib/libmux.a /usr/local/plan9/lib/libregexp9.a /usr/local/plan9/lib/libthread.a /usr/local/plan9/lib/libbio.a /usr/local/plan9/lib/lib9.a /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x212): In function `threadlisten': /usr/local/plan9/src/libthread/fdwait.c:365: undefined reference to `getcallerpc' /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x299): In function `_threadwrite': /usr/local/plan9/src/libthread/fdwait.c:323: undefined reference to `getcallerpc' /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x34f): In function `threadsendfd': /usr/local/plan9/src/libthread/fdwait.c:288: undefined reference to `getcallerpc' /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x3bb): In function `threadrecvfd': /usr/local/plan9/src/libthread/fdwait.c:269: undefined reference to `getcallerpc' /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x424): In function `threadread': /usr/local/plan9/src/libthread/fdwait.c:250: undefined reference to `getcallerpc' /usr/local/plan9/lib/libthread.a(fdwait.o)(.text+0x4cb):/usr/local/plan9/src/libthread/fdwait.c:208: more undefined references to `getcallerpc' follow but am not sure why. mk clean doesn't seem to clean. What does it make sense to look for? I have a suse 9.0 laptop that works fine with this, which is weird. thanks ron