Hmmm I thought I had a binary of this already... I wonder if it's intel or rosetta-based when running :-)
On 11/5/06, ron minnich <[EMAIL PROTECTED]> wrote:
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:
