9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] getting drawterm on macos and x86
@ 2006-11-06  1:25 ron minnich
  2006-11-06  1:53 ` John Floren
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: ron minnich @ 2006-11-06  1:25 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1744 bytes --]

here is what it took for:
maya-gokhales-computer:~/src/drawterm maya$ uname -a
Darwin maya-gokhales-computer.local 8.8.1 Darwin Kernel Version 8.8.1: Mon
Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
maya-gokhales-computer:~/src/drawterm maya$ gcc -v -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with:
/private/var/tmp/gcc/gcc-5367.obj~1/src/configure--disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic
--program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)

Summary: no audio. They keep screwing with concatentation in cpp. The rules
on gas pseudo ops keep changing.

other than that it's fine, i.e. it is working for me.

ron

diff -r drawterm/Make.unix drawterm.hacked/Make.unix
16,17c16,17
< # AUDIO=none
< AUDIO=unix
---
>  AUDIO=none
> #AUDIO=unix
diff -r drawterm/posix-386/md5block.spp drawterm.hacked
/posix-386/md5block.spp
46c46,47
< #define PAYME(x) $ ## x
---
> //#define PAYME(x) $ ## x
> #define PAYME(x) $  x
120c121,122
<               .type _md5block, @function
---
> //            .type _md5block, @function
>       .globl  _md5block
121a124,125
>       .globl  __md5block
>       __md5block:
diff -r drawterm/posix-386/sha1block.spp drawterm.hacked
/posix-386/sha1block.spp
3a4
> //    .type _sha1block, @function
5d5
<       .type _sha1block, @function
6a7,8
> .globl __sha1block
> __sha1block:

[-- Attachment #2: Type: text/html, Size: 2192 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-06 21:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-06  1:25 [9fans] getting drawterm on macos and x86 ron minnich
2006-11-06  1:53 ` John Floren
2006-11-06 13:30 ` erik quanstrom
2006-11-06 16:52 ` David Leimbach
2006-11-06 17:04   ` ron minnich
2006-11-06 17:24     ` David Leimbach
2006-11-06 20:27       ` ron minnich
2006-11-06 20:31         ` David Leimbach
2006-11-06 20:36           ` David Leimbach
2006-11-06 20:41             ` David Leimbach
2006-11-06 20:47             ` ron minnich
2006-11-06 21:06               ` Steve Simon
2006-11-06 21:30                 ` David Leimbach
2006-11-06 21:43                 ` ron minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).