And on:
aldebaran!glynn [73] uname -a
SunOS aldebaran 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Fire-880
aldebaran!glynn [74] c++ -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.3/specs
Configured with: ../configure --disable-nls --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 3.3
We get:
configure:9792: checking whether the opcode map can be inlined
configure:9938: c++ -o conftest -fno-exceptions -fno-implicit-templates -O3 -DARCH_SPARC conftest.C -lz -lgmp -ldl -lm -lsocket -lnsl 1>&5
+ eval ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5
+ c++ -o conftest -fno-exceptions -fno-implicit-templates -O3 -DARCH_SPARC conftest.C -lz -lgmp -ldl -lm -lsocket -lnsl
configure: failed program was:
Sure enough running conftest returns 1. I don't understand what it is
doing, so if you can tell me how to debug it I would be pleased ...
k
duchier@ps.uni-sb.de writes:
> Here is the next update:
>
> The dictionary problem was in fact due to a missing initialization in
> Kostja's new dictionary implementation (the copy function did not
> properly initialize empty buckets - it's a case easy to miss, and all
> other allocated data are properly initialized using new with placement
> argument).
>
> Now, that's working, but unfortunately the emulator is getting stuck
> elsewhere: in TASKCALLCONT with a taggedPredicate of 0x0. grrr...
>
> 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/.