Fresh cvs update, make realclean, configure, make:
c++ -L/usr/local/lib -flat_namespace -bundle -undefined suppress ../src/extend.o -o python_group.bundle lib-python_group.o pybuiltin.o pyclass.o pyobject.o pyboolean.o pycomplex.o pydict.o pyexception.o pyfloat.o pyfunc.o pygen.o pyint.o pylist.o pylong.o pymodule.o pynone.o pytype.o pystring.o pytuple.o pyproxytype.o pyproxyclass.o
ld: multiple definitions of symbol _PROXY
pyproxytype.o definition of _PROXY in section (__DATA,__common)
pyproxyclass.o definition of _PROXY in section (__DATA,__common)
partial link python_group.bundle failed (256)
perl t/harness t/dynclass/py*
skips 1 test, passes everything else.
Thanks.
What test is skipped?
rubys@rubix:~/parrot/dynclasses$ make test
cd .. ; perl -Ilib t/harness t/dynclass/*.t
t/dynclass/pybuiltin....ok
t/dynclass/pyclass......ok
t/dynclass/pyfunc.......ok
t/dynclass/pyint........ok
All tests successful.
Files=4, Tests=37, 8 wallclock secs ( 7.59 cusr + 0.62 csys = 8.21 CPU)
- Sam Ruby