Nicolas <[EMAIL PROTECTED]> writes: > /usr/lib/mozart/platform/unknown-unknown/emulator.exe: No such file or > directory
your platform is not automatically recognized because the release has a config.guess which is much too old. I updated it 2 month ago in trunk. > The configure phase is running rather well (config.status is attached > too, please make me know if it's not relevant, since i'm not an expert > at all with all that stuff). in this case platform/emulator/config.status would be more useful. However, a complete transcript of the configure run is often more informative. > make[2]: Entering directory `/var/mozart/mozart/platform/emulator' > c++ -Wl,--export-dynamic -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_readonly.o var_failed.o var_opt.o namer.o weakdict.o siteprop.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 > -lnsl > os.o: In function `ostmpnam(char*)': > os.cc:(.text+0xc37): warning: the use of `tmpnam' is dangerous, better > use `mkstemp' > boot-manager.o: In function `mod_int_Browser': > boot-manager.cc:(.text+0xc36): undefined reference to `browser_init()' This is very strange: it looks as if MODULES_LINK_STATIC has been defined in platform/emulator/conf-others.conf and yet STATIC_MODULES in platform/emulator/Makefile is empty (and of course, this should not be possible). Please check if my guess is correct. Cheers, --Denys _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
