changes to timemodule.c

Gregory Alan Bolcer (gbolcer@javel.ICS.UCI.EDU)
Tue, 01 Feb 1994 16:13:18 -0800

Hi All,
I am trying to install the 1.0.0 version of python
with the stdwin and threads on Solaris 2.3, but I am
having trouble with some of the thread calls.
I have tried playing around with the libraries,
and I have successfully installed and ran the
python interpreter without these modules. Here
is the final error I've gotten down to; Please
advise me if I am missing some packages or headers,
or if I have a non-standard OS header files.
I am using out-of-the-box Solaris 2.3 (5.3), and
have successfully built it using 4.x. Thanks,

Greg

`Makefile' is up to date.
Parser
`Makefile' is up to date.
Objects
`Makefile' is up to date.
Python
`Makefile' is up to date.
Modules
`Makefile' is up to date.
for i in Parser Objects Python Modules; do \
(echo $i; cd $i; make OPT="-O" all); \
done
Parser
Objects
Python
Modules
cc config.o libModules.a ../Python/libPython.a ../Objects/libObjects.a
../Parser/libParser.a
/home/gbolcer/teamware/python/src/stdwin/Build/sun4/x11/lib/lib.a -lX11
-lthread -ldl -lm -lnsl -lsocket -o python
Undefined first referenced
symbol in file
init_thread libModules.a(threadmodule.o)
exit_thread libModules.a(threadmodule.o)
acquire_lock libModules.a(stdwinmodule.o)
exit_prog ../Python/libPython.a(pythonrun.o)
start_new_thread libModules.a(threadmodule.o)
allocate_lock libModules.a(stdwinmodule.o)
free_lock libModules.a(threadmodule.o)
release_lock libModules.a(stdwinmodule.o)
_exit_prog ../Python/libPython.a(pythonrun.o)
setlinebuf
/home/gbolcer/teamware/python/src/stdwin/Build/sun4/x11/lib/lib.a(general.o)
ld: fatal: Symbol referencing errors. No output written to python
*** Error code 1
make: Fatal error: Command failed for target `../python'
Current working directory /home/gbolcer/teamware/python/src/Modules
*** Error code 1
make: Fatal error: Command failed for target `python'
[SPARE : src]==>