[Python-Dev] can't build with threads on OSF/1

Charles G Waldman cgw@fnal.gov
Fri, 13 Oct 2000 10:11:03 -0500 (CDT)


Sorry, I don't have time to investigate this fully right now.  Maybe
this weekend.  For now this is just a heads-up.  Hopefully, something
is just misconfigured on this system.

The machine in question is running OSF1 V4.0 878 alpha

I can only build Python from current CVS sources on OSF/1 if I specify
--without-thread.   If I don't specify this I get the following errors
at link time:

Unresolved:
__pthread_mutex_init
__pthread_mutex_destroy
__pthread_mutex_lock
__pthread_mutex_unlock
__pthread_cond_init
__pthread_cond_destroy
__pthread_cond_signal
__pthread_cond_wait
__pthread_create
__pthread_detach


Below find the output of cc -V as well as the output of ./configure
and make (sorry for the flood,  I assume too much detail is better
than not enough)

creating cache ./config.cache
checking MACHDEP... osf1V4
checking for --without-gcc... 
checking for --with-cxx=<compiler>... no
checking for gcc... cc
checking whether the C compiler (cc   ) works... yes
checking whether the C compiler (cc   ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for --with-suffix... 
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY... 
checking for ranlib... ranlib
checking for ar... ar
checking how to run the C preprocessor... cc -E
checking for AIX... no
checking for minix/config.h... no
checking whether cc accepts -OPT:Olimit=0... no
checking whether cc accepts -Olimit 1500... yes
checking for ANSI C header files... yes
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for ncurses.h... no
checking for poll.h... yes
checking for pthread.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for thread.h... no
checking for unistd.h... yes
checking for utime.h... yes
checking for sys/audioio.h... no
checking for sys/file.h... yes
checking for sys/lock.h... yes
checking for db_185.h... no
checking for db.h... yes
checking for sys/param.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/un.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... yes
checking for pty.h... yes
checking for libutil.h... no
checking for ndbm.h... yes
checking for db1/ndbm.h... no
checking for gdbm/ndbm.h... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for clock_t in time.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking size of int... 4
checking size of long... 8
checking size of void *... 8
checking size of char... 1
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 8
checking for long long support... yes
checking size of long long... 8
checking for uintptr_t support... no
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 4
checking for pthread_t... yes
checking size of pthread_t... 8
checking for --with-next-framework... no
checking for --with-dyld... no
checking SO... .so
checking LDSHARED... ld -shared -expect_unresolved "*"
checking CCSHARED... 
checking LINKFORSHARED... 
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
checking for --with-pydebug... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for mach/cthreads.h... no
checking for --with-pth... no
checking for pthread_create in -lpthread... no
checking for pthread_detach... no
checking for kernel/OS.h... no
checking for pthread_create in -lpthreads... yes
checking for usconfig in -lmpc... no
checking for thr_create in -lthread... no
checking for --with-cycle-gc... yes
checking for --with-libdb... yes
checking for dbopen... no
checking for --with-wctype-functions... no
checking for --with-sgi-dl... no
checking for --with-dl-dld... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking for alarm... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for ctermid_r... no
checking for execv... yes
checking for flock... yes
checking for fork... yes
checking for fsync... yes
checking for fdatasync... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getpeername... yes
checking for getpid... yes
checking for getpwent... yes
checking for getwd... yes
checking for kill... yes
checking for link... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mktime... yes
checking for mremap... no
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... yes
checking for poll... yes
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for select... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setuid... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for strptime... yes
checking for symlink... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... no
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... no
checking for truncate... yes
checking for uname... yes
checking for waitpid... yes
checking for _getpty... no
checking for openpty... yes
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... no
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... no
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for strerror... yes
checking for memmove... yes
checking for getpgrp... yes
checking for setpgrp... yes
checking for gettimeofday... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for member tm_zone in aggregate type struct tm... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking whether char is unsigned... no
checking for working const... yes
checking for inline... __inline
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... no
checking for bad static forward... no
checking whether va_list is an array... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for hypot... yes
checking for genuine getopt... yes
checking what malloc(0) returns... null
checking for wchar.h... yes
checking for usable wchar_t... no
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for socklen_t... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Objects/Makefile
creating Parser/Makefile
creating Grammar/Makefile
creating Python/Makefile
creating Modules/Makefile.pre
creating Modules/Setup.config
creating config.h


(cd Modules; make -f Makefile.pre Makefile)
+ cp ./Setup.in Setup 
rm -rf ../libpython2.0.a
/bin/sh ./makesetup Setup.config Setup.local Setup
making Makefile in subdirectory .
`Makefile' is up to date.
making Makefile in subdirectory Parser
`Makefile' is up to date.
making Makefile in subdirectory Grammar
`Makefile' is up to date.
making Makefile in subdirectory Objects
`Makefile' is up to date.
making Makefile in subdirectory Python
`Makefile' is up to date.
making Makefile in subdirectory Modules
`Makefile' is up to date.
(rm -f Modules/hassignal; cd Modules; make hassignal)
rm -f hassignal
for i in threadmodule.o  gcmodule.o  bsddbmodule.o  regexmodule.o regexpr.o  pcremodule.o pypcre.o  posixmodule.o  signalmodule.o  _sre.o  arraymodule.o  cmathmodule.o  mathmodule.o  stropmodule.o  structmodule.o  timemodule.o  operator.o  _codecsmodule.o  unicodedata.o unicodedatabase.o  ucnhash.o  _localemodule.o  fcntlmodule.o  pwdmodule.o  grpmodule.o  errnomodule.o  selectmodule.o  socketmodule.o  mmapmodule.o  md5module.o md5c.o  shamodule.o  rotormodule.o  newmodule.o  binascii.o  parsermodule.o  cStringIO.o  cPickle.o config.o getpath.o main.o getbuildinfo.o; do  if test "$i" = "signalmodule.o"; then  echo yes >hassignal; break;  fi;  done
cd Parser ; make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c pgenmain.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c acceler.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c grammar1.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c listnode.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c node.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c parser.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c parsetok.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c tokenizer.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c bitset.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c metagrammar.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c firstsets.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c grammar.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c pgen.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c printgrammar.c
cc -O -Olimit 1500 pgenmain.o acceler.o grammar1.o  listnode.o node.o parser.o  parsetok.o tokenizer.o bitset.o  metagrammar.o firstsets.o grammar.o pgen.o printgrammar.o -lpthreads -o pgen
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c myreadline.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c intrcheck.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cd Grammar ; make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
../Parser/pgen ./Grammar
Compiling (meta-) parse tree into NFA grammar
Making DFA for 'single_input' ...
Making DFA for 'file_input' ...
Making DFA for 'eval_input' ...
Making DFA for 'funcdef' ...
Making DFA for 'parameters' ...
Making DFA for 'varargslist' ...
Making DFA for 'fpdef' ...
Making DFA for 'fplist' ...
Making DFA for 'stmt' ...
Making DFA for 'simple_stmt' ...
Making DFA for 'small_stmt' ...
Making DFA for 'expr_stmt' ...
Making DFA for 'augassign' ...
Making DFA for 'print_stmt' ...
Making DFA for 'del_stmt' ...
Making DFA for 'pass_stmt' ...
Making DFA for 'flow_stmt' ...
Making DFA for 'break_stmt' ...
Making DFA for 'continue_stmt' ...
Making DFA for 'return_stmt' ...
Making DFA for 'raise_stmt' ...
Making DFA for 'import_stmt' ...
Making DFA for 'import_as_name' ...
Making DFA for 'dotted_as_name' ...
Making DFA for 'dotted_name' ...
Making DFA for 'global_stmt' ...
Making DFA for 'exec_stmt' ...
Making DFA for 'assert_stmt' ...
Making DFA for 'compound_stmt' ...
Making DFA for 'if_stmt' ...
Making DFA for 'while_stmt' ...
Making DFA for 'for_stmt' ...
Making DFA for 'try_stmt' ...
Making DFA for 'except_clause' ...
Making DFA for 'suite' ...
Making DFA for 'test' ...
Making DFA for 'and_test' ...
Making DFA for 'not_test' ...
Making DFA for 'comparison' ...
Making DFA for 'comp_op' ...
Making DFA for 'expr' ...
Making DFA for 'xor_expr' ...
Making DFA for 'and_expr' ...
Making DFA for 'shift_expr' ...
Making DFA for 'arith_expr' ...
Making DFA for 'term' ...
Making DFA for 'factor' ...
Making DFA for 'power' ...
Making DFA for 'atom' ...
Making DFA for 'listmaker' ...
Making DFA for 'lambdef' ...
Making DFA for 'trailer' ...
Making DFA for 'subscriptlist' ...
Making DFA for 'subscript' ...
Making DFA for 'sliceop' ...
Making DFA for 'exprlist' ...
Making DFA for 'testlist' ...
Making DFA for 'dictmaker' ...
Making DFA for 'classdef' ...
Making DFA for 'arglist' ...
Making DFA for 'argument' ...
Making DFA for 'list_iter' ...
Making DFA for 'list_for' ...
Making DFA for 'list_if' ...
Adding FIRST sets ...
Writing graminit.c ...
Writing graminit.h ...
cp graminit.h ./../Include/graminit.h
cp graminit.c ./../Python/graminit.c
cd Objects ; make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c abstract.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c bufferobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c classobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c cobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c complexobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c fileobject.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c floatobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c frameobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c funcobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c intobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c listobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c longobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c dictobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c methodobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c moduleobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c object.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c rangeobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c sliceobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c stringobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c tupleobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c typeobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c unicodeobject.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c unicodectype.c
cd Python ; make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c bltinmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c exceptions.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ceval.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c compile.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c codecs.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c errors.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c frozen.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c frozenmain.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getargs.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getcompiler.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getcopyright.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getmtime.c
cc -c -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -DPLATFORM='"osf1V4"'  ./getplatform.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getversion.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c graminit.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c import.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -c -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -I/ ./importdl.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c marshal.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c modsupport.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c mystrtoul.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c pyfpe.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c pystate.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c pythonrun.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c structmember.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c sysmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c traceback.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c dynload_shlib.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c thread.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c sigcheck.c
cd Modules ; make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./threadmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./gcmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./bsddbmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexpr.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pcremodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pypcre.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./posixmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./signalmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./_sre.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./arraymodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cmathmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./mathmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./stropmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./structmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./timemodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./operator.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./_codecsmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./unicodedatabase.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./unicodedata.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./ucnhash.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./_localemodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./fcntlmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pwdmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./grpmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./errnomodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./selectmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./socketmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./mmapmodule.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5module.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5c.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./shamodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./rotormodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./newmodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./binascii.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./parsermodule.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cStringIO.c
cc  -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cPickle.c
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c config.c
cc -c -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -DPYTHONPATH='":plat-osf1V4:lib-tk"'  -DPREFIX='"/usr/local"'  -DEXEC_PREFIX='"/usr/local"'  -DVERSION='"2.0"'  -DVPATH='""'  ./getpath.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c main.c
cc: Warning: /usr/include/unistd.h, line 243: The redefinition of the macro "_POSIX_THREADS" conflicts with a current definition because the replacement lists differ.  The redefinition is now in effect.
#define	_POSIX_THREADS		/* 1003.1c (pthreads) comformant */
-------------------------------------------------------------------^
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c getbuildinfo.c
if test ! -f libpython2.0.a;  then for i in Parser Grammar Objects Python Modules; do rm -f $i/add2lib; done; true;  else true; fi
for i in Parser Grammar Objects Python Modules; do  (cd $i; make VERSION="2.0" add2lib); done
ar cr ../libpython2.0.a acceler.o grammar1.o  listnode.o node.o parser.o  parsetok.o tokenizer.o bitset.o  metagrammar.o myreadline.o
if test ! -f ../Modules/hassignal;  then echo adding intrcheck.o; ar r ../libpython2.0.a intrcheck.o;  else echo leaving intrcheck.o out; fi
leaving intrcheck.o out
touch add2lib
ar cr ../libpython2.0.a abstract.o bufferobject.o  classobject.o cobject.o complexobject.o  fileobject.o floatobject.o  frameobject.o funcobject.o intobject.o listobject.o  longobject.o dictobject.o methodobject.o  moduleobject.o object.o rangeobject.o  sliceobject.o stringobject.o  tupleobject.o typeobject.o  unicodeobject.o unicodectype.o
touch add2lib
ar cr ../libpython2.0.a bltinmodule.o exceptions.o  ceval.o compile.o codecs.o  errors.o  frozen.o frozenmain.o  getargs.o getcompiler.o getcopyright.o getmtime.o  getplatform.o getversion.o graminit.o  import.o importdl.o  marshal.o modsupport.o mystrtoul.o  pyfpe.o pystate.o pythonrun.o  structmember.o sysmodule.o  traceback.o  dynload_shlib.o  thread.o
if test ! -f ../Modules/hassignal;  then echo adding sigcheck.o; ar r ../libpython2.0.a sigcheck.o;  else echo leaving sigcheck.o out; fi
leaving sigcheck.o out
touch add2lib
if test -f hassignal;  then echo removing sigcheck.o intrcheck.o;  ar d ../libpython2.0.a sigcheck.o intrcheck.o 2>/dev/null;  else echo leaving sigcheck.o intrcheck.o in; fi
removing sigcheck.o intrcheck.o
*** Exit 2 (ignored)
ar cr ../libpython2.0.a threadmodule.o  gcmodule.o  bsddbmodule.o  regexmodule.o regexpr.o  pcremodule.o pypcre.o  posixmodule.o  signalmodule.o  _sre.o  arraymodule.o  cmathmodule.o  mathmodule.o  stropmodule.o  structmodule.o  timemodule.o  operator.o  _codecsmodule.o  unicodedata.o unicodedatabase.o  ucnhash.o  _localemodule.o  fcntlmodule.o  pwdmodule.o  grpmodule.o  errnomodule.o  selectmodule.o  socketmodule.o  mmapmodule.o  md5module.o md5c.o  shamodule.o  rotormodule.o  newmodule.o  binascii.o  parsermodule.o  cStringIO.o  cPickle.o config.o getpath.o main.o getbuildinfo.o
touch add2lib
echo 0 >buildno
cd Modules; make OPT="-O -Olimit 1500" python.o
cc -O -Olimit 1500 -I./../Include -I.. -DHAVE_CONFIG_H -c python.c
expr `cat buildno` + 1 >buildno1
mv -f buildno1 buildno
cc -c -O -Olimit 1500 -I. -DHAVE_CONFIG_H -DBUILD=`cat buildno`  ./Modules/getbuildinfo.c
ar cr libpython2.0.a getbuildinfo.o
ranlib libpython2.0.a
true
cd Modules;  make OPT="-O -Olimit 1500" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local"  LIBRARY=../libpython2.0.a link
 cc   python.o  ../libpython2.0.a -ldb                                 -lpthreads -lm  -o python 
ld:
Unresolved:
__pthread_mutex_init
__pthread_mutex_destroy
__pthread_mutex_lock
__pthread_mutex_unlock
__pthread_cond_init
__pthread_cond_destroy
__pthread_cond_signal
__pthread_cond_wait
__pthread_create
__pthread_detach
*** Exit 1
Stop.
*** Exit 1
Stop.


DEC C V5.6-079 on Digital UNIX V4.0 (Rev. 878)
/usr/lib/cmplrs/cc/ld:
	$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
	$RCSfile: ld.c,v $ $Revision: 4.3.123.2 $ (DEC) $Date: 1998/10/06 19:53:55 $
	$RCSfile: doup.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1994/10/20 14:19:31 $
	$RCSfile: pass1.c,v $ $Revision: 4.3.59.5 $ (DEC) $Date: 1997/06/27 15:58:18 $
	$RCSfile: obj_file.c,v $ $Revision: 4.2.38.3 $ (DEC) $Date: 1997/05/06 13:00:05 $
	$RCSfile: file_tbl.c,v $ $Revision: 4.2.38.2 $ (DEC) $Date: 1996/07/08 14:08:20 $
	$RCSfile: fdmap.c,v $ $Revision: 4.2.18.2 $ (DEC) $Date: 1996/07/08 14:08:13 $
	$RCSfile: ext_tbl.c,v $ $Revision: 4.2.80.3 $ (DEC) $Date: 1997/03/17 15:01:44 $
	$RCSfile: extmap.c,v $ $Revision: 4.2.28.2 $ (DEC) $Date: 1996/07/08 14:08:07 $
	$RCSfile: read.c,v $ $Revision: 4.2.64.4 $ (DEC) $Date: 1997/09/30 18:52:59 $
	$RCSfile: read_malloc.c,v $ $Revision: 1.1.44.4 $ (DEC) $Date: 1997/09/30 18:53:01 $
	$RCSfile: layout.c,v $ $Revision: 4.2.111.9 $ (DEC) $Date: 1997/09/12 17:35:22 $
	$RCSfile: relocsym.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1997/02/26 20:47:45 $
	$RCSfile: write.c,v $ $Revision: 4.3.51.3 $ (DEC) $Date: 1996/09/18 17:56:40 $
	$RCSfile: pass2.c,v $ $Revision: 4.3.90.3 $ (DEC) $Date: 1997/03/17 15:03:09 $
	$RCSfile: extlink.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05 17:55:56 $
	$RCSfile: tracesym.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05 17:59:20 $
	$RCSfile: dn_tbl.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05 17:54:50 $
	$RCSfile: dnmap.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/09/02 16:10:47 $
	$RCSfile: dynutil.c,v $ $Revision: 4.2.97.2 $ (DEC) $Date: 1998/10/06 19:53:44 $
	$RCSfile: mipscoff.c,v $ $Revision: 4.3.62.3 $ (DEC) $Date: 1997/03/17 15:02:52 $
	$RCSfile: dsoindirect.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1995/02/08 15:21:38 $
	$RCSfile: dsosymbol_table.c,v $ $Revision: 4.3.29.2 $ (DEC) $Date: 1995/10/26 17:16:39 $
	$RCSfile: dsomisc.c,v $ $Revision: 4.2.6.2 $ (DEC) $Date: 1994/08/05 17:55:23 $
	$RCSfile: dsomain.c,v $ $Revision: 4.2.16.3 $ (DEC) $Date: 1994/09/02 16:10:46 $
	$RCSfile: literal.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1995/08/31 18:10:41 $
	$RCSfile: elfhash.c,v $ $Revision: 4.1.25.2 $ (DEC) $Date: 1996/07/08 14:07:40 $
	$RCSfile: register.c,v $ $Revision: 4.2.22.5 $ (DEC) $Date: 1995/05/23 18:46:26 $
	$RCSfile: elf.c,v $ $Revision: 4.3.51.4 $ (DEC) $Date: 1997/05/06 13:00:03 $
	$RCSfile: uldgnum.c,v $ $Revision: 1.1.13.2 $ (DEC) $Date: 1994/10/20 16:22:50 $
	$RCSfile: op.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1994/08/05 17:57:05 $
	$RCSfile: dsoalphainst.c,v $ $Revision: 1.1.13.2 $ (DEC) $Date: 1996/02/02 21:50:45 $
	$RCSfile: alphaop_utils.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1994/08/05 17:54:48 $
	$RCSfile: smap.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1994/08/05 17:59:15 $
	$RCSfile: match.c,v $ $Revision: 4.2.29.3 $ (DEC) $Date: 1997/09/23 18:58:00 $
	$RCSfile: relocate.c,v $ $Revision: 1.1.82.6 $ (DEC) $Date: 1997/09/23 18:58:07 $
	$RCSfile: mgot.c,v $ $Revision: 1.1.46.2 $ (DEC) $Date: 1996/07/08 14:09:29 $
	$RCSfile: gprof.c,v $ $Revision: 1.1.21.2 $ (DEC) $Date: 1996/07/08 14:08:30 $
	$RCSfile: trampoline.c,v $ $Revision: 1.1.23.3 $ (DEC) $Date: 1997/06/20 18:46:07 $
	$RCSfile: gpinfo.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1996/07/08 14:08:23 $
	$RCSfile: stats.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1996/07/08 14:11:02 $
	$RCSfile: obj.c,v $ $Revision: 4.3.48.4 $ (DEC) $Date: 1997/05/29 19:26:42 $
	$RCSfile: wh1.c,v $ $Revision: 1.1.5.5 $ (DEC) $Date: 1995/11/03 18:57:55 $
	$RCSfile: cmrlc_produce.c,v $ $Revision: 1.1.17.3 $ (DEC) $Date: 1997/02/07 20:42:03 $
	$RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1995/02/15 16:45:57 $
	$RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1994/11/15 16:30:26 $
	$RCSfile: allocate.c,v $ $Revision: 1.1.3.3 $ (DEC) $Date: 1994/05/25 19:19:04 $
	$RCSfile: cmrlc_heur.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1995/09/07 17:18:18 $
	$RCSfile: ldgetname.c,v $ $Revision: 4.3.5.2 $ (DEC) $Date: 1994/05/26 18:09:48 $
	$RCSfile: scncomment.c,v $ $Revision: 4.1.12.2 $ (DEC) $Date: 1994/05/04 20:03:47 $
	$RCSfile: lderr.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/29 19:43:44 $
	$RCSfile: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
	$RCSfile: signal.c,v $ $Revision: 4.3.9.2 $ (DEC) $Date: 1995/09/12 17:44:41 $
	$RCSfile: flsbuf.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/09/18 19:45:36 $
	$RCSfile: fopen.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:40:14 $
	$RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
	$RCSfile: scanf.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:45:13 $
	$RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
	$RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
	$RCSfile: fgets.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/23 20:11:27 $
	$RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
	$RCSfile: atoi.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/07 19:18:55 $
	$RCSfile: atol.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/07 19:19:01 $
	$RCSfile: malloc.c,v $ $Revision: 4.2.59.2 $ (DEC) $Date: 1998/04/09 14:55:23 $
	$RCSfile: system.c,v $ $Revision: 4.3.13.2 $ (DEC) $Date: 1994/08/03 14:34:15 $
	$RCSfile: strncmp.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1994/04/20 16:56:44 $
	$RCSfile: errlst.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:19:49 $
	$RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 21:09:32 $
	$RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
	$RCSfile: abort.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
	$RCSfile: vfprintf.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:15:00 $
	$RCSfile: sysconf.c,v $ $Revision: 4.3.27.2 $ (DEC) $Date: 1996/12/03 21:50:05 $
	$RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30 $
	$RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
	$RCSfile: isspace.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/05/31 18:13:48 $
	$RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
	$RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
	$RCSfile: Ustrtok.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23 19:18:34 $
	$RCSfile: strtok.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:33 $
	$RCSfile: strtol.c,v $ $Revision: 4.3.13.2 $ (DEC) $Date: 1994/08/03 14:33:56 $
	$RCSfile: fseek.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:42 $
	$RCSfile: ftell.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:58 $
	$RCSfile: strcspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:25 $
	$RCSfile: cfork.c,v $ $Revision: 1.1.3.7 $ (DEC) $Date: 1996/01/24 16:16:02 $
	$RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
	$RCSfile: nano_timers.c,v $ $Revision: 4.3.14.3 $ (DEC) $Date: 1995/06/12 20:42:02 $
	$RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
	$RCSfile: mktemp.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1995/08/29 17:56:51 $
	$RCSfile: fread.c,v $ $Revision: 4.3.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
	$RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:24:39 $
	$RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10 14:57:27 $
	$RCSfile: a64l.c,v $ $Revision: 4.2.9.6 $ (DEC) $Date: 1995/06/28 16:00:16 $
	$RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
	$RCSfile: tis.c,v $ $Revision: 1.1.14.5 $ (DEC) $Date: 1997/05/02 19:32:15 $
	$RCSfile: init_libc.c,v $ $Revision: 1.1.32.2 $ (DEC) $Date: 1998/08/06 21:11:39 $
	$RCSfile: ldr_atexit.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1998/03/23 20:01:58 $
	$RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
	$RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
	$RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
	$RCSfile: tis_pthread.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/18 20:37:50 $
	$RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
	$RCSfile: findiop.c,v $ $Revision: 4.2.12.4 $ (DEC) $Date: 1995/06/12 20:40:02 $
	$RCSfile: doprnt.c,v $ $Revision: 4.2.58.2 $ (DEC) $Date: 1998/07/29 16:22:47 $
	$RCSfile: doscan.c,v $ $Revision: 4.3.40.2 $ (DEC) $Date: 1998/06/15 20:58:58 $
	$RCSfile: ecvt.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1996/04/17 17:50:54 $
	$RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
	$RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
	$RCSfile: waitpid.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/10/30 21:48:36 $
	$RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
	$RCSfile: siglist.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/02/08 22:02:42 $
	$RCSfile: read_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
	$RCSfile: iswctype.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1994/11/23 19:21:20 $
	$RCSfile: strspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:15 $
	$RCSfile: strpbrk.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:04 $
	$RCSfile: atfork.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/25 20:52:45 $
	$RCSfile: catopen.c,v $ $Revision: 4.3.18.5 $ (DEC) $Date: 1995/09/25 21:03:54 $
	$RCSfile: catgets.c,v $ $Revision: 4.2.10.3 $ (DEC) $Date: 1994/04/05 21:09:37 $
	$RCSfile: rec_mutex.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1997/06/24 19:15:05 $
	$RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
	$RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
	$RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03 20:38:25 $
	$RCSfile: ldr_dummy.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
	$RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 15:05:50 $
	$RCSfile: sched_yield.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/16 21:59:12 $
	$RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23 20:11:24 $
	$RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
	$RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
	$RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
	$RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
	$RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
	$RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
	$RCSfile: mblen.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:22 $
	$RCSfile: mbtowc.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/02/09 15:37:35 $
	$RCSfile: strtod.c,v $ $Revision: 4.2.15.3 $ (DEC) $Date: 1994/08/16 20:01:29 $
	$RCSfile: strtoul.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1994/08/03 14:34:11 $
	$RCSfile: strstr.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:20 $
	$RCSfile: ungetwc.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1995/05/04 20:48:07 $
	$RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
	$RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
	$RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16 19:39:28 $
	$RCSfile: __ispriv.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
	$RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
	$RCSfile: __mbtopc.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1994/05/31 18:12:22 $
	$RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
	$RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
	$RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
	$RCSfile: setjmp_incl.s,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1994/05/13 18:07:02 $
	$RCSfile: alpha_unwind.c,v $ $Revision: 1.1.19.6 $ (DEC) $Date: 1997/08/04 17:50:22 $
	$RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
	$RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
	$RCSfile: perror.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:25:26 $
	$RCSfile: fputs.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:33 $
	 habitat_id = realtime_12:1991
	$RCSfile: allocator.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1992/12/03 19:08:59 $
	$RCSfile: nmach_user.c,v $ $Revision: 4.2.2.2 $ (DEC) $Date: 1993/01/15 18:03:56 $
	$RCSfile: mach_error.c,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 04:10:59 $
	$RCSfile: msg.c,v $ $Revision: 4.2.2.2 $ (DEC) $Date: 93/03/02 16:10:03 $
	$RCSfile: mig_support.c,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 04:11:14 $
	$RCSfile: mach_init.c,v $ $Revision: 4.2.6.2 $ (DEC) $Date: 1995/07/11 20:50:08 $
/usr/lib/cmplrs/cc/ftoc:
	$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
	$RCSfile: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
	$RCSfile: fread.c,v $ $Revision: 4.3.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
	$RCSfile: flsbuf.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1996/10/07 18:02:48 $
	$RCSfile: fopen.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:40:14 $
	$RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
	$RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
	$RCSfile: perror.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:25:26 $
	$RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30 $
	$RCSfile: malloc.c,v $ $Revision: 4.2.47.3 $ (DEC) $Date: 1997/06/17 14:20:56 $
	$RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
	$RCSfile: tis.c,v $ $Revision: 1.1.14.5 $ (DEC) $Date: 1997/05/02 19:32:15 $
	$RCSfile: init_libc.c,v $ $Revision: 1.1.21.3 $ (DEC) $Date: 1997/03/06 18:54:43 $
	$RCSfile: ldr_atexit.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:41:35 $
	$RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
	$RCSfile: tis_pthread.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/18 20:37:50 $
	$RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
	$RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
	$RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
	$RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
	$RCSfile: findiop.c,v $ $Revision: 4.2.12.4 $ (DEC) $Date: 1995/06/12 20:40:02 $
	$RCSfile: doprnt.c,v $ $Revision: 4.2.43.3 $ (DEC) $Date: 1997/09/26 15:41:30 $
	$RCSfile: errlst.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:19:49 $
	$RCSfile: catopen.c,v $ $Revision: 4.3.18.5 $ (DEC) $Date: 1995/09/25 21:03:54 $
	$RCSfile: catgets.c,v $ $Revision: 4.2.10.3 $ (DEC) $Date: 1994/04/05 21:09:37 $
	$RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
	$RCSfile: abort.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
	$RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
	$RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
	$RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
	$RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
	$RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 21:09:32 $
	$RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03 20:38:25 $
	$RCSfile: ldr_dummy.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
	$RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 15:05:50 $
	$RCSfile: read_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
	$RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23 20:11:24 $
	$RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
	$RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
	$RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
	$RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
	$RCSfile: ecvt.c,v $ $Revision: 4.2.21.2 $ (DEC) $Date: 1996/06/28 16:44:57 $
	$RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
	$RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
	$RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
	$RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
	$RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
	$RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
	$RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:24:39 $
	$RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16 19:39:28 $
	$RCSfile: __ispriv.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
	$RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
	$RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
	$RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
	$RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
	$RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
	$RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
	$RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
	$RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
	$RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
	$RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
	$RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
/usr/lib/cmplrs/cc/cord:
	$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
	$RCSfile: ldgetpd.c,v $ $Revision: 4.3.6.2 $ (DEC) $Date: 1995/01/25 20:38:36 $
	$RCSfile: cmrlc_produce.c,v $ $Revision: 1.1.17.3 $ (DEC) $Date: 1997/02/07 20:42:03 $
	$RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1995/02/15 16:45:57 $
	$RCSfile: cmrlc_consume.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1995/06/21 19:46:04 $
	$RCSfile: lderr.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/29 19:43:44 $
	$RCSfile: obj.c,v $ $Revision: 4.3.48.4 $ (DEC) $Date: 1997/05/29 19:26:42 $
	$RCSfile: allocate.c,v $ $Revision: 1.1.3.3 $ (DEC) $Date: 1994/05/25 19:19:04 $
	$RCSfile: ldgetname.c,v $ $Revision: 4.3.5.2 $ (DEC) $Date: 1994/05/26 18:09:48 $
	$RCSfile: cmrlc_heur.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1995/09/07 17:18:18 $
	$RCSfile: scncomment.c,v $ $Revision: 4.1.12.2 $ (DEC) $Date: 1994/05/04 20:03:47 $
	$RCSfile: wh1.c,v $ $Revision: 1.1.5.5 $ (DEC) $Date: 1995/11/03 18:57:55 $
	$RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1994/11/15 16:30:26 $
	$RCSfile: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
	$RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
	$RCSfile: strncmp.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1994/04/20 16:56:44 $
	$RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:24:39 $
	$RCSfile: fread.c,v $ $Revision: 4.3.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
	$RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
	$RCSfile: flsbuf.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1996/10/07 18:02:48 $
	$RCSfile: fopen.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:40:14 $
	$RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
	$RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
	$RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
	$RCSfile: vfprintf.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:15:00 $
	$RCSfile: fgets.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/23 20:11:27 $
	$RCSfile: fseek.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:42 $
	$RCSfile: ftell.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:58 $
	$RCSfile: fdopen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 22:09:55 $
	$RCSfile: atoi.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/07 19:18:55 $
	$RCSfile: malloc.c,v $ $Revision: 4.2.47.3 $ (DEC) $Date: 1997/06/17 14:20:56 $
	$RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 21:09:32 $
	$RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30 $
	$RCSfile: abort.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
	$RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
	$RCSfile: atol.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/07 19:19:01 $
	$RCSfile: strcspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:25 $
	$RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
	$RCSfile: a64l.c,v $ $Revision: 4.2.9.6 $ (DEC) $Date: 1995/06/28 16:00:16 $
	$RCSfile: signal.c,v $ $Revision: 4.3.9.2 $ (DEC) $Date: 1995/09/12 17:44:41 $
	$RCSfile: mktemp.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1995/08/29 17:56:51 $
	$RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
	$RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
	$RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10 14:57:27 $
	$RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
	$RCSfile: tis.c,v $ $Revision: 1.1.14.5 $ (DEC) $Date: 1997/05/02 19:32:15 $
	$RCSfile: init_libc.c,v $ $Revision: 1.1.21.3 $ (DEC) $Date: 1997/03/06 18:54:43 $
	$RCSfile: ldr_atexit.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:41:35 $
	$RCSfile: catopen.c,v $ $Revision: 4.3.18.5 $ (DEC) $Date: 1995/09/25 21:03:54 $
	$RCSfile: catgets.c,v $ $Revision: 4.2.10.3 $ (DEC) $Date: 1994/04/05 21:09:37 $
	$RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
	$RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
	$RCSfile: tis_pthread.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/18 20:37:50 $
	$RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
	$RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
	$RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
	$RCSfile: findiop.c,v $ $Revision: 4.2.12.4 $ (DEC) $Date: 1995/06/12 20:40:02 $
	$RCSfile: doprnt.c,v $ $Revision: 4.2.43.3 $ (DEC) $Date: 1997/09/26 15:41:30 $
	$RCSfile: ecvt.c,v $ $Revision: 4.2.21.2 $ (DEC) $Date: 1996/06/28 16:44:57 $
	$RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
	$RCSfile: fcntl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/10/30 21:48:23 $
	$RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
	$RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
	$RCSfile: rec_mutex.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1997/06/24 19:15:05 $
	$RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
	$RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
	$RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03 20:38:25 $
	$RCSfile: ldr_dummy.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
	$RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 15:05:50 $
	$RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
	$RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
	$RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16 19:39:28 $
	$RCSfile: __ispriv.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
	$RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
	$RCSfile: read_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
	$RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23 20:11:24 $
	$RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
	$RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
	$RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
	$RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
	$RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
	$RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
	$RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
	$RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
	$RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
	$RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
	$RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
	$RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
	 ldtbread.c: 1.1 1/7/82
/usr/lib/cmplrs/cc/crt0.o:
	$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
cc  (cc)
	Digital UNIX Compiler Driver 3.11