[Stackless] Building Stackless for Linux/X86

jkn at alembis.co.uk jkn at alembis.co.uk
Wed Mar 6 12:10:53 CET 2002


Getting there, but still not quite:

It did look as though I'd checked out while some changes were being made. This is as far as I got last night:

gcc  -Xlinker -export-dynamic -o python \
                Modules/python.o \
                libpython2.2.a -ldl  -lpthread -lutil   -lm
libpython2.2.a(posixmodule.o): In function `posix_tmpnam':
/home/jkn/stackless/src/./Modules/posixmodule.c:4508: the use of `tmpnam_r' 
is dangerous, better use `mkstemp'
libpython2.2.a(posixmodule.o): In function `posix_tempnam':
/home/jkn/stackless/src/./Modules/posixmodule.c:4458: the use of `tempnam' is 
dangerous, better use `mkstemp'
libpython2.2.a(ceval.o): In function `slp_eval_frame':
/home/jkn/stackless/src/Python/../Stackless/stacklesseval.h:415: undefined 
reference to `slp_switch'
/home/jkn/stackless/src/Python/../Stackless/stacklesseval.h:415: undefined 
reference to `slp_switch'
/home/jkn/stackless/src/Python/../Stackless/stacklesseval.h:415: undefined 
reference to `slp_switch'
libpython2.2.a(ceval.o): In function `slp_transfer':
/home/jkn/stackless/src/Python/../Stackless/stacklesseval.h:415: undefined 
reference to `slp_switch'
libpython2.2.a(ceval.o): In function `make_initial_stub':
/home/jkn/stackless/src/Python/../Stackless/stacklesseval.h:415: undefined 
reference to `slp_switch'
libpython2.2.a(pythonrun.o): In function `Py_Finalize':
/home/jkn/stackless/src/Python/pythonrun.c:275: undefined reference to 
`PyStackless_Fini'
libpython2.2.a(pythonrun.o): In function `Py_Exit':
/home/jkn/stackless/src/Python/pythonrun.c:275: undefined reference to 
`PyStackless_Fini'
collect2: ld returned 1 exit status
make: *** [python] Error 1

jkn at pynchon:~/stackless/src>

Thanks for any pointers ;-)

    Jon N
                     


_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless



More information about the Stackless mailing list