Доброго дня уважаемые
Пытаюсь сейчас разобраться в программировании Python приложений на С
нашел такой пример http://www.scipy.org/Cookbook/C_Extensions/NumPy_arrays#head-e2d4f7b1037da892...
При попытке его откомпилировать получаю такой выхлоп
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
/tmp/ccoL91Fa.o: In function `_import_array':
C_arraytest.c:(.text+0xe): undefined reference to `PyImport_ImportModule'
C_arraytest.c:(.text+0x3b): undefined reference to `PyObject_GetAttrString'
C_arraytest.c:(.text+0x80): undefined reference to `PyCObject_Type'
C_arraytest.c:(.text+0x8d): undefined reference to `PyCObject_AsVoidPtr'
C_arraytest.c:(.text+0x113): undefined reference to `PyExc_RuntimeError'
C_arraytest.c:(.text+0x12f): undefined reference to `PyErr_Format'
C_arraytest.c:(.text+0x152): undefined reference to `PyExc_RuntimeError'
C_arraytest.c:(.text+0x162): undefined reference to `PyErr_Format'
C_arraytest.c:(.text+0x174): undefined reference to `PyExc_RuntimeError'
C_arraytest.c:(.text+0x184): undefined reference to `PyErr_Format'
/tmp/ccoL91Fa.o: In function `init_C_arraytest':
C_arraytest.c:(.text+0x1c4): undefined reference to `Py_InitModule4'
C_arraytest.c:(.text+0x1d2): undefined reference to `PyErr_Print'
C_arraytest.c:(.text+0x1d7): undefined reference to `PyExc_ImportError'
C_arraytest.c:(.text+0x1e7): undefined reference to `PyErr_SetString'
/tmp/ccoL91Fa.o: In function `vecfcn1':
C_arraytest.c:(.text+0x23c): undefined reference to `PyArg_ParseTuple'
C_arraytest.c:(.text+0x31e): undefined reference to `Py_BuildValue'
/tmp/ccoL91Fa.o: In function `vecsq':
C_arraytest.c:(.text+0x355): undefined reference to `PyArg_ParseTuple'
/tmp/ccoL91Fa.o: In function `not_doublevector':
C_arraytest.c:(.text+0x4d1): undefined reference to `PyExc_ValueError'
C_arraytest.c:(.text+0x4e1): undefined reference to `PyErr_SetString'
/tmp/ccoL91Fa.o: In function `rowx2':
C_arraytest.c:(.text+0x534): undefined reference to `PyArg_ParseTuple'
C_arraytest.c:(.text+0x652): undefined reference to `Py_BuildValue'
/tmp/ccoL91Fa.o: In function `rowx2_v2':
C_arraytest.c:(.text+0x67b): undefined reference to `PyArg_ParseTuple'
C_arraytest.c:(.text+0x7b5): undefined reference to `Py_BuildValue'
/tmp/ccoL91Fa.o: In function `matsq':
C_arraytest.c:(.text+0x7f3): undefined reference to `PyArg_ParseTuple'
/tmp/ccoL91Fa.o: In function `contigmat':
C_arraytest.c:(.text+0x974): undefined reference to `PyArg_ParseTuple'
/tmp/ccoL91Fa.o: In function `not_doublematrix':
C_arraytest.c:(.text+0xbd2): undefined reference to `PyExc_ValueError'
C_arraytest.c:(.text+0xbe2): undefined reference to `PyErr_SetString'
/tmp/ccoL91Fa.o: In function `intfcn1':
C_arraytest.c:(.text+0xc25): undefined reference to `PyArg_ParseTuple'
/tmp/ccoL91Fa.o: In function `not_int2Darray':
C_arraytest.c:(.text+0xf2a): undefined reference to `PyExc_ValueError'
C_arraytest.c:(.text+0xf3a): undefined reference to `PyErr_SetString'
collect2: ld returned 1 exit status
Поясните кто может чего ему не хватает
Заранее благодарю
Ответ на:
комментарий
от pathfinder
Ответ на:
комментарий
от SherKhan
Ответ на:
комментарий
от madcore
Ответ на:
комментарий
от SherKhan
Ответ на:
комментарий
от SherKhan
Ответ на:
комментарий
от pathfinder
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Новости NumPy 0.9.6 (2006)
- Форум Кросс-комиляция, MacOS, iOS (2017)
- Форум Проблема с комиляцией ядра (2006)
- Форум комиляция mod_chm проблема с apxs2 (2006)
- Форум numpy masked-arrays (2017)
- Форум numpy в зависимостях (2018)
- Форум Numpy Structured Array (2018)
- Форум Странное поведение numpy (2018)
- Форум Вопрос о Numpy (2010)
- Форум Установка NUMPy в python3 (2017)