From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] Drawterm on Mac Mini w/Ubuntu Linux From: Gregory Pavelcak To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: <20060117120016.8733A1140EA@dexter-peak.quanstro.net> References: <1137460452.27646.8.camel@localhost.localdomain> <1137496648.11377.1.camel@localhost.localdomain> <20060117120016.8733A1140EA@dexter-peak.quanstro.net> Content-Type: text/plain Date: Tue, 17 Jan 2006 16:11:00 -0500 Message-Id: <1137532260.25689.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: dd04db50-ead0-11e9-9d60-3106f5b1d025 OK, I can almost taste it now. As Homer says: "Mmmm Draaawwterrrmmm, aaaaarggghh." Any advice appreciated. Greg (cd posix-$arch && make) make[1]: Entering directory `/home/gp/drawterm/posix-power' gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X11R6/include -D_THREAD_SAFE -pthread -O2 getcallerpc.c gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X11R6/include -D_THREAD_SAFE -pthread -O2 md5block.c gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X11R6/include -D_THREAD_SAFE -pthread -O2 sha1block.c gcc -Wall -Wno-missing-braces -ggdb -I.. -I../include -I../kern -c -I/usr/X11R6/include -D_THREAD_SAFE -pthread -O2 tas.c /tmp/cc4SeP4G.s: Assembler messages: /tmp/cc4SeP4G.s:39: Error: unsupported relocation against r0 /tmp/cc4SeP4G.s:40: Error: unsupported relocation against r4 /tmp/cc4SeP4G.s:41: Error: unsupported relocation against r5 /tmp/cc4SeP4G.s:42: Error: unsupported relocation against r5 /tmp/cc4SeP4G.s:42: Error: unsupported relocation against r5 /tmp/cc4SeP4G.s:44: Error: unsupported relocation against r4 /tmp/cc4SeP4G.s:44: Error: unsupported relocation against r0 /tmp/cc4SeP4G.s:45: Error: unsupported relocation against r4 /tmp/cc4SeP4G.s:45: Error: unsupported relocation against r0 /tmp/cc4SeP4G.s:46: Error: unsupported relocation against r0 /tmp/cc4SeP4G.s:48: Error: unsupported relocation against r5 /tmp/cc4SeP4G.s:48: Error: unsupported relocation against r4 /tmp/cc4SeP4G.s:48: Error: unsupported relocation against r0 make[1]: *** [tas.o] Error 1 make[1]: Leaving directory `/home/gp/drawterm/posix-power' make: *** [libmachdep.a] Error 2