I am using Solaris on i86pc.

On Mon, Dec 1, 2008 at 09:37, Gustavo A. Gómez Farhat
<[EMAIL PROTECTED]> wrote:
> Are you running Solaris? There is an specific tarball for Solaris on
> the download page.
>
> 2008/11/30 Donald Halomoan <[EMAIL PROTECTED]>:
>> I cannot get 1.4.0 compiled.  Here is the error message:
>>
>> dirs="platform share contrib "; \
>>        for i in $dirs; do \
>>          if (cd $i && gmake bootstrap); \
>>          then true; \
>>          else exit 1; \
>>          fi; \
>>        done
>> gmake[1]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform'
>> dirs="dss emulator wish tools"; \
>>        for i in $dirs; do \
>>          if (cd $i && gmake bootstrap); \
>>          then true; \
>>          else exit 1; \
>>          fi; \
>>        done
>> gmake[2]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/dss'
>> gmake[2]: Nothing to be done for `bootstrap'.
>> gmake[2]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/dss'
>> gmake[2]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator'
>> cd libdp; gmake ../libGlue.a
>> gmake[3]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libdp'
>> gmake[3]: `../libGlue.a' is up to date.
>> gmake[3]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libdp'
>> cd libfd; gmake ../libSchedule.a
>> gmake[3]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfd'
>> gmake[3]: `../libSchedule.a' is up to date.
>> gmake[3]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfd'
>> cd libfd; gmake ../libFDP.a
>> gmake[3]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfd'
>> gmake[3]: `../libFDP.a' is up to date.
>> gmake[3]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfd'
>> cd libfset; gmake ../libFSP.a
>> gmake[3]: Entering directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfset'
>> gmake[3]: `../libFSP.a' is up to date.
>> gmake[3]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator/libfset'
>> cp -p ../dss/libDSS.a .
>> /usr/ccs/bin/ld  -L/export/home/cuvier/lib -L/usr/lib   -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. -lGlue -lTk
>> -lSchedule -lFDP -lFSP -lParser -lCompilerSupport -lBrowser -lDebug
>> -lSpace -lFDB -lFSB -lCTB -lRecordC -lCompat -lWin32 -lProfile
>> -lOsTime -lZlibIO -lDSS -lz -lgmp -ldl -lm -lsocket -lnsl -lc
>> Undefined                       first referenced
>>  symbol                             in file
>> .L14                                emulate.o
>> .L33                                emulate.o
>> XREGS                               value.o
>> _Znaj                               hashtbl.o
>> _Znwj                               hashtbl.o
>> _ZTVN10__cxxabiv120__si_class_type_infoE ozostream.o
>> __cxa_guard_release                 mem.o
>> _ZdaPv                              hashtbl.o
>> _ZdlPv                              ozostream.o
>> _ZTVN10__cxxabiv121__vmi_class_type_infoE bytedata.o
>> __dynamic_cast                      ./libGlue.a(glue_builtins.lo)
>> _ZTVN10__cxxabiv117__class_type_infoE ozostream.o
>> __cxa_guard_acquire                 mem.o
>> _Z6enginei                          am.o
>> __cxa_pure_virtual                  extension.o
>> ld: fatal: Symbol referencing errors. No output written to emulator.exe
>> gmake[2]: *** [emulator.exe] Error 1
>> gmake[2]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform/emulator'
>> gmake[1]: *** [bootstrap] Error 1
>> gmake[1]: Leaving directory
>> `/export/home/cuvier/Study/Archives/MOZ/mozart-1.4.0.20080704/VROOM/platform'
>> make: *** [bootstrap] Error 1
>>
>> Someone give me a clue.  Thanks.
>> _________________________________________________________________________________
>> mozart-hackers mailing list                           [EMAIL PROTECTED]
>> http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
>>
>
>
>
> --
> Gustavo Andrés Gómez Farhat
> _________________________________________________________________________________
> mozart-hackers mailing list                           [EMAIL PROTECTED]
> http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to