Message29199
Logged In: YES
user_id=1126061
I can confirm this error on Linux, below is the output,
gcc -Xlinker -export-dynamic -o python \
Modules/python.o \
libpython2.5.a -ldl -lutil -lm
libpython2.5.a(posixmodule.o): In function `posix_tmpnam':
./Modules/posixmodule.c:6701: warning: the use of `tmpnam'
is dangerous, better
use `mkstemp'
libpython2.5.a(posixmodule.o): In function `posix_tempnam':
./Modules/posixmodule.c:6654: warning: the use of `tempnam'
is dangerous, better
use `mkstemp'
libpython2.5.a(sysmodule.o): In function `sys_current_frames':
Python/sysmodule.c:675: undefined reference to
`_PyThread_CurrentFrames'
collect2: ld returned 1 exit status
make: *** [python] Error 1
Thanks, Matt |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:41:24 | admin | link | issue1524317 messages |
| 2007-08-23 14:41:24 | admin | create | |
|