From mboxrd@z Thu Jan 1 00:00:00 1970 From: arisawa Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <45075B12-7640-4501-9946-F7E6C12C3A08@ar.aichi-u.ac.jp> Date: Sat, 10 May 2014 20:15:16 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: [9fans] vx32 compilation for osx Topicbox-Message-UUID: e54534c4-ead8-11e9-9d60-3106f5b1d025 Hello, 9vx for osx is for i386 -bash$ file /usr/local/9vx/9vx.OSX /usr/local/9vx/9vx.OSX: Mach-O executable i386 -bash$=20 to compile to 64bit, I tried to _make_ on mountain lion. however the compilation fails. -bash$ cd /Users/arisawa/src/vx32-0.12/src=20 -bash$ make make: vx32-gcc: Command not found make: vx32-gcc: Command not found gcc -m32 -c -nostdinc -Ilibvxc/include -g -O3 -MD -std=3Dgnu99 -I. = -m80387 -mfp-ret-in-387 -o libvxc/abort.o libvxc/abort.c ... gcc -m32 -c -nostdinc -Ilibvxc/include -g -O3 -MD -std=3Dgnu99 -I. = -m80387 -mfp-ret-in-387 -o libvxc/vx32/ffs.o libvxc/vx32/ffs.S libvxc/vx32/ffs.S:44:Unknown pseudo-op: .type libvxc/vx32/ffs.S:44:Rest of line ignored. 1st junk character valued 102 = (f). make: *** [libvxc/vx32/ffs.o] Error 1 -bash$=20 anyone succeed in compiling to 64bit? any suggestion? Kenji Arisawa