Alexander Hansen wrote:
> I'm trying to update pyqt-py* to a version that will build with 
> gcc-4.0.1, so that it will (hopefully) build on Intel boxes.  That way 
> treeline package that I recently added to Fink can use that and it can 
> also work on Macintels.
>
> Unfortunately, updating pyqt-py* also requires updating sip-py*, and I 
> can't get the updated version of that to build. 
>
> The build log and my package descriptions are linked at
> http://akhmac.blogdns.net/~hansen/finklogs/archives/2007-06.html#e2007-06-08T07_24_11.txt
>
> Thanks in advance for any insight!
>
>   
OK--the link should work now (learning nuances of nanoblogger).

The relevant line seems to be:

...
c++ -headerpad_max_install_names -bundle -o sip.so siplib.o qtlib.o 
threads.o objmap.o bool.o

/usr/bin/ld: Undefined symbols:
_PyArg_ParseTuple
_PyBaseObject_Type
_PyBool_FromLong
_PyBool_Type
_PyCFunction_NewEx
_PyCObject_AsVoidPtr
_PyCObject_FromVoidPtr
_PyCObject_Type
_PyCallable_Check
_PyDictProxy_New
_PyDict_Copy
_PyDict_GetItemString
_PyDict_New
_PyDict_SetItem
_PyDict_SetItemString
_PyErr_Clear
_PyErr_ExceptionMatches
_PyErr_Format
_PyErr_NoMemory
_PyErr_Occurred
_PyErr_SetObject
_PyErr_SetString
_PyEval_CallObjectWithKeywords
_PyEval_InitThreads
_PyExc_AttributeError
_PyExc_Exception
_PyExc_IndexError
_PyExc_NotImplementedError
_PyExc_RuntimeError
_PyExc_SystemError
_PyExc_TypeError
_PyExc_ValueError
_PyFloat_AsDouble
_PyFloat_FromDouble
_PyFloat_Type
_PyFunction_Type
_PyGILState_Ensure
_PyGILState_Release
_PyImport_GetModuleDict
_PyImport_ImportModule
_PyInt_AsLong
_PyInt_FromLong
_PyInt_Type
_PyLong_AsLong
_PyLong_AsLongLong
_PyLong_AsUnsignedLong
_PyLong_AsUnsignedLongLong
_PyLong_FromLong
_PyLong_FromLongLong
_PyLong_FromUnsignedLong
_PyLong_FromUnsignedLongLong
_PyLong_FromVoidPtr
_PyMem_Free
_PyMem_Malloc
_PyMethod_New
_PyMethod_Type
_PyModule_GetDict
_PyOS_snprintf
_PyObject_Call
_PyObject_CallObject
_PyObject_GetAttrString
_PyObject_Init
_PyObject_Malloc
_PyString_AsString
_PyString_FromString
_PyString_FromStringAndSize
_PyString_Type
_PyThreadState_Get
_PyTuple_New
_PyTuple_Size
_PyTuple_Type
_PyType_IsSubtype
_PyType_Ready
_PyType_Type
_PyUnicodeUCS2_AsWideChar
_PyUnicodeUCS2_FromWideChar
_PyUnicode_Type
_Py_AtExit
_Py_BuildValue
_Py_FatalError
_Py_InitModule4
__Py_NoneStruct
__Py_NotImplementedStruct
__Py_TrueStruct
__Py_ZeroStruct
_PyCFunction_Type
_PyErr_Fetch
_PyErr_GivenExceptionMatches
_PyErr_Restore
_PyExc_NameError
_PyTuple_GetSlice
_PyWeakref_GetObject
_PyWeakref_NewRef
_PyThread_get_thread_ident
collect2: ld returned 1 exit status
make[1]: *** [sip.so] Error 1



-- 
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to