Vykook / acme-sac

Automatically exported from code.google.com/p/acme-sac
Other
0 stars 0 forks source link

fail to compile on ubuntu 12.04 x64 #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
here is the error message when compiling codes from from the repo:

here's the error from gcc: 9l -o o.emu asm-386.o os.o win-x11a.o emu.root.o 
lock.o devroot.o devcons.o devenv.o devmnt.o devpipe.o devprog.o devprof.o 
devsrv.o devdup.o devssl.o devcap.o devfs.o devcmd.o cmd.o devtab.o devindir.o 
devdraw.o devpointer.o devsnarf.o devwmsz.o devip.o ipif6-posix.o ipaux.o 
deveia.o devaudio.o audio-oss.o devmem.o srv.o alloc.o cache.o chan.o dev.o 
dial.o dis.o discall.o env.o error.o errstr.o exception.o exportfs.o inferno.o 
kproc-pthreads.o latin1.o main.o parse.o pgrp.o print.o proc.o qio.o random.o 
segflush-386.o sysfile.o uqid.o emu.o ../../lib/libinterp.a ../../lib/libmath.a 
../../lib/libdraw.a ../../lib/libmemlayer.a ../../lib/libmemdraw.a 
../../lib/libkeyring.a ../../lib/libsec.a ../../lib/libmp.a ../../lib/lib9.a 
-lm -lX11 -lXext -lpthread gcc: error: asm-386.o: No such file or directory 
gcc: error: ../../lib/libmath.a: No such file or directory

Original issue reported on code.google.com by isaac...@gmail.com on 22 May 2013 at 3:59

GoogleCodeExporter commented 8 years ago
the acme 386 deb package, can install acme, but the acme would not start- 
simply giving : No such files or directory (when running acme)

Original comment by isaac...@gmail.com on 24 May 2013 at 8:31

GoogleCodeExporter commented 8 years ago
@isaac You're probably trying to run a 32-bit binary on a 64-bit system that 
doesn't have 32-bit support installed. It's not trivial to fix.

Original comment by mi...@epek.com on 14 Nov 2014 at 9:25