DragonFly BSD
DragonFly bugs List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Python compile issue?


From: Steve Mynott <steve@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Jan 2004 19:04:59 +0000

I am having problems building Python 2.3.3 from the source tarball on -CURRENT whereas Python built without problems a few months ago.

Most of it compiles OK with the exception of certain "extensions" (eg. struct, regex etc)

Typically I get

[..snip..]
building 'struct' extension
ld build/temp.dragonfly-1.0-CURRENT-i386-2.3/structmodule.o -L/usr/local/lib -o build/lib.dragonfly-1.0-CURRENT-i386-2.3/struct.so
/usr/libexec/gcc2/elf/ld: warning: cannot find entry symbol _start; defaulting to 08048074
build/temp.dragonfly-1.0-CURRENT-i386-2.3/structmodule.o: In function `get_pylong':
/usr/home/steve/othersrc/python/Python-2.3.3/Modules/structmodule.c:90: undefined reference to `PyInt_Type'


<wild guess>
Maybe this is a linker problem related to the recent GCC changes?
</wild guess>

-- Steve




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]