Compile Problem of Python on BSD/OS

FR Chalaoux chalaoux at cybercable.fr
Tue Oct 3 07:55:28 EDT 2000


Hi All,

Trying to compile Python 1.5.2 on BSD/OS I got the following error, Any
track ?
Configure.out is attached to this message.

Bye, FR.

$ uname -a
BSD/OS joe.sirius.fr 4.0.1 BSDI BSD/OS 4.0.1 Kernel #0: Fri Jan 27
08:22:17 CET 2000 joe.sirius.fr :/usr/src/sys/compile/Joe  i386

$ ./configure --with-thread --prefix=/usr/local

$ make
(cd Modules; make -f Makefile.pre Makefile)
cp ./Setup.in Setup
echo "# Edit this file for local setup changes" >Setup.local
rm -f ../libpython1.5.a
/bin/sh ./makesetup Setup.thread Setup.local Setup
./makesetup: Cannot fork
./makesetup: Cannot fork
*** Error code 2

Stop.
*** Error code 1

Stop.
$ pwd



-------------- next part --------------
$ ./configure --with-thread --prefix=/usr/local

loading cache ./config.cache
checking MACHDEP... bsdos4
checking CCC... 
checking for --without-gcc... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY... 
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar
checking how to run the C preprocessor... (cached) gcc -D_HAVE_BSDI -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking whether gcc -D_HAVE_BSDI accepts -OPT:Olimit=0... (cached) no
checking whether gcc -D_HAVE_BSDI accepts -Olimit 1500... (cached) no
checking for C preprocessor type... ansi
checking for ANSI C header files... (cached) yes
checking for dlfcn.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for ncurses.h... (cached) no
checking for pthread.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for thread.h... (cached) no
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for sys/audioio.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/lock.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for clock_t in time.h... yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of void *... (cached) 4
checking for long long support... yes
checking size of long long... (cached) 8
checking size of off_t... (cached) 8
checking whether to enable large file support... yes
checking for --with-next-framework... no
checking for --with-dyld... no
checking SO... .so
checking LDSHARED... ld
checking CCSHARED... 
checking LINKFORSHARED... 
checking for dlopen in -ldl... (cached) yes
checking for shl_load in -ldld... (cached) no
checking for t_open in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for socket in -lnet... (cached) no
checking for --with-libs... no
checking for --with(out)-readline... not specified.
checking for --with-dec-threads... no
checking for --with-threads... no
checking for --with-thread... yes
checking for mach/cthreads.h... (cached) no
checking for pthread_detach... (cached) yes
checking for usconfig in -lmpc... (cached) no
checking for thr_create in -lthread... (cached) no
checking for --with-sgi-dl... no
checking for --with-dl-dld... no
checking for alarm... (cached) yes
checking for chown... (cached) yes
checking for clock... (cached) yes
checking for dlopen... (cached) yes
checking for execv... (cached) yes
checking for flock... (cached) yes
checking for fork... (cached) yes
checking for fsync... (cached) yes
checking for fdatasync... (cached) no
checking for ftime... (cached) no
checking for ftruncate... (cached) yes
checking for getpeername... (cached) yes
checking for getpgrp... (cached) yes
checking for getpid... (cached) yes
checking for getpwent... (cached) yes
checking for gettimeofday... (cached) yes
checking for getwd... (cached) yes
checking for kill... (cached) yes
checking for link... (cached) yes
checking for lstat... (cached) yes
checking for mkfifo... (cached) yes
checking for mktime... (cached) yes
checking for nice... (cached) yes
checking for pause... (cached) yes
checking for plock... (cached) no
checking for pthread_init... (cached) yes
checking for putenv... (cached) yes
checking for readlink... (cached) yes
checking for select... (cached) yes
checking for setgid... (cached) yes
checking for setlocale... (cached) yes
checking for setuid... (cached) yes
checking for setsid... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for setvbuf... (cached) yes
checking for sigaction... (cached) yes
checking for siginterrupt... (cached) yes
checking for sigrelse... (cached) no
checking for strftime... (cached) yes
checking for strptime... (cached) no
checking for symlink... (cached) yes
checking for tcgetpgrp... (cached) yes
checking for tcsetpgrp... (cached) yes
checking for timegm... (cached) no
checking for times... (cached) yes
checking for truncate... (cached) yes
checking for uname... (cached) yes
checking for waitpid... (cached) yes
checking for fseek64... (cached) no
checking for fseeko... (cached) no
checking for fstatvfs... (cached) no
checking for ftell64... (cached) no
checking for ftello... (cached) no
checking for statvfs... (cached) no
checking for dup2... (cached) yes
checking for getcwd... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for memmove... (cached) yes
checking for getpgrp... (cached) yes
checking for setpgrp... (cached) yes
checking for gettimeofday... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) yes
checking for time.h that defines altzone... (cached) no
checking whether sys/select.h and sys/time.h may both be included... yes
checking whether char is unsigned... (cached) no
checking for working const... (cached) yes
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... (cached) no
checking for gethostbyname... (cached) yes
checking for __fpu_control in -lieee... (cached) no
checking for --with-fpectl... checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for hypot... (cached) yes
checking for hypot... (cached) yes
checking for genuine getopt... (cached) yes
checking what malloc(0) returns... (cached) nonnull
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Objects/Makefile
creating Parser/Makefile
creating Python/Makefile
creating Modules/Makefile.pre
creating Modules/Setup.thread
creating config.h
config.h is unchanged


More information about the Python-list mailing list