Configure and compile goes fine, but I fail when linking, as detailed
in my previous message.
c++ -DHAVE_CONFIG_H -I. -I/ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator -fno-exceptions -fno-implicit-templates -O3 -pipe -fschedule-insns2 -fregmove -mcpu=v8 -fdelayed-branch -fverbose-asm -c -o emulate.o /ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator/emulate.cc
c++ -DHAVE_CONFIG_H -I. -I/ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator -fno-exceptions -fno-implicit-templates -O3 -pipe -fschedule-insns2 -fregmove -mcpu=v8 -fdelayed-branch -c -o version.o version.cc
c++ -o emulator.exe stack.o ozostream.o hashtbl.o iso-ctype.o refsarray.o tagged.o value.o atoms.o dictionary.o extension.o bitarray.o word.o ozthread.o heapchunk.o bytedata.o bits.o susplist.o var_base.o var_ext.o var_simple.o var_future.o var_opt.o namer.o weakdict.o os.o unix.o urlc.o ioHandler.o am.o unify.o indexing.o codearea.o trail.o emulate.o scheduler.o copycode.o opcodes.o controlvar.o prop_int.o prop_class.o thr_stack.o
thr_class.o thr_pool.o susp_queue.o thr_int.o suspendable.o g-collect.o cmem.o mem.o liveness.o board.o distributor.o cpi.o cpi_fd.o cpi_prop.o cpi_filter.o cpi_fs.o cpi_expect.o cpi_misc.o cpi_stream.o cpi_profile.o cpi_ct.o var_ct.o fdomn.o var_fd.o var_bool.o fset.o var_fs.o var_of.o gname.o site.o gentraverser.o marshalerBase.o pickleBase.o marshalerPatch.o marshalerDict.o pickle.o components.o componentBuffer.o byteBuffer.o main.o version.o statisti.o print.o base.o ozconfig.o foreign.o dpInterface.o boot-manager.o builtins.o vprops.o debug.o interFault.o system.o alice.o -L. -lz -lgmp -ldl -lm -lsocket -lnsl
Undefined first referenced
symbol in file
TRUE_TASKCATCH emulate.o
TRUE_MOVEMOVEXYYX emulate.o
TRUE_MOVEMOVEXYXY emulate.o
TRUE_ENDOFCHUNK emulate.o
etc.
duchier@ps.uni-sb.de writes:
> thanks, I'll have a look. In the meantime, I checked in a tentative
> fix for sparc: the idea is that I first load the label's address into
> a register and then I store it into memory. Give that a try.
>
> Cheers,
>
> --
> Denys Duchier - Équipe Calligramme - LORIA, Nancy, France
> -
> Please send submissions to hackers@mozart-oz.org
> and administriva mail to hackers-request@mozart-oz.org.
> The Mozart Oz web site is at http://www.mozart-oz.org/.
-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.