On Tue, 15 Jan 2008, mario alejandro wrote:

Ok, this is my python:

Python 2.4.4 (#1, Nov  8 2007, 16:21:05)
[GCC 3.4.3 (csl-sol210-3_4-20050802)] on sunos5

Ok, clearly it was built with gcc.

I look at the CFLAGS but not know what exactly I must put here. I copy the
same for linux (    'sunos5': ['-fno-strict-aliasing'],)  try and get more
far but stop here:

PyFloat_Type                        0x418       build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyFloat_Type                        0x425       build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyFloat_Type                        0x1968      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyFloat_Type                        0x1973      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyLong_Type                         0x480       build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyLong_Type                         0x48d       build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyLong_Type                         0x1944      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyLong_Type                         0x194f      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
__1cEjavaElangHBooleanETRUE_        0x1cc9      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
__1cEjavaElangHBooleanFFALSE_       0x1d19      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
__1cEjavaElangNThrowableType_       0x2916      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PyExc_StopIteration                 0x29a3      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
PySuper_Type                        0x2b5b      build/temp.solaris-
2.11-i86pc-2.
4/jcc/sources/functions.o
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1

Hmm, I don't know what that means. It looks like a linker error.

I think it's time you get help from the person who setup the machine for you so you can sort these things out. Without access to your machine it's getting harder and harder to sort this mess out.

At this point, all I can think of is to suggest rebuilding python with the Sun Studio compiler. I'm not sure that that would be the end of your woes, so getting help from the administrator for your machine would be the most reasonable next step.

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to