Try the binary package on www.sunfreeware.com Sergio
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Chavez Sent: segunda-feira, 25 de Fevereiro de 2002 23:17 To: [EMAIL PROTECTED] Subject: [Mailman-Users] install problem python 2.2 on solaris 7 I'm not able to install Python 2.2 on a solaris 7 os5.7 sparc box. Can anyone help? The output and error msg are below: root@elvis /var $ cd /tmp root@elvis /tmp $ cd Python-2.2 root@elvis Python-2.2 $ ./configure --with-gcc loading cache ./config.cache checking MACHDEP... sunos5 checking for --without-gcc... no checking for --with-cxx=<compiler>... no checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... yes 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 how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking for minix/config.h... (cached) no checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION).a checking LINKCC... $(PURIFY) $(CC) checking LDLIBRARY... libpython$(VERSION).a checking for ranlib... (cached) ranlib checking for ar... (cached) ar checking for a BSD compatible install... ./install-sh -c checking for --with-pydebug... no checking whether gcc accepts -OPT:Olimit=0... (cached) no checking whether gcc accepts -Olimit 1500... (cached) no checking whether pthreads are available without options... (cached) no checking whether gcc accepts -Kpthread... (cached) no checking for ANSI C header files... (cached) yes checking for dlfcn.h... (cached) yes checking for fcntl.h... (cached) yes checking for grp.h... (cached) yes checking for limits.h... (cached) yes checking for langinfo.h... (cached) yes checking for locale.h... (cached) yes checking for ncurses.h... (cached) no checking for poll.h... (cached) yes 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) yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for termios.h... (cached) yes checking for sys/audioio.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/lock.h... (cached) yes checking for sys/modem.h... (cached) no checking for db_185.h... (cached) no checking for db.h... (cached) no checking for sys/param.h... (cached) yes checking for sys/poll.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.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 pty.h... (cached) no checking for term.h... (cached) yes checking for libutil.h... (cached) no checking for ndbm.h... (cached) yes checking for db1/ndbm.h... (cached) no checking for gdbm/ndbm.h... (cached) no checking for sys/resource.h... (cached) yes checking for netpacket/packet.h... (cached) no 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 size of char... (cached) 1 checking size of short... (cached) 2 checking size of float... (cached) 4 checking size of double... (cached) 8 checking size of fpos_t... (cached) 8 checking for long long support... yes checking size of long long... (cached) 8 checking for uintptr_t support... no checking size of off_t... (cached) 8 checking whether to enable large file support... yes checking size of time_t... (cached) 4 checking for pthread_t... yes checking size of pthread_t... (cached) 4 checking for --enable-toolbox-glue... no checking for --enable-framework... no checking for dyld... no checking SO... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... checking CFLAGSFORSHARED... checking for dlopen in -ldl... (cached) yes checking for shl_load in -ldld... (cached) no checking for t_open in -lnsl... (cached) yes checking for socket in -lsocket... (cached) yes checking for --with-libs... no checking for --with-signal-module... yes checking for --with-dec-threads... no checking for --with-threads... yes checking for _POSIX_THREADS in unistd.h... yes checking for mach/cthreads.h... (cached) no checking for --with-pth... no checking for pthread_create in -lpthread... yes checking if PTHREAD_SCOPE_SYSTEM is supported... (cached) yes checking for pthread_sigmask... (cached) yes checking for usconfig in -lmpc... (cached) no checking for thr_create in -lthread... (cached) yes checking if --enable-ipv6 is specified... no checking for --with-cycle-gc... yes checking for --with-pymalloc... no checking for --with-wctype-functions... no checking for --with-sgi-dl... no checking for --with-dl-dld... no checking for dlopen... (cached) yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... MACHDEP_OBJS checking for alarm... (cached) yes checking for chown... (cached) yes checking for chroot... (cached) yes checking for clock... (cached) yes checking for confstr... (cached) yes checking for ctermid... (cached) yes checking for ctermid_r... (cached) yes checking for execv... (cached) yes checking for flock... (cached) no checking for fork... (cached) yes checking for fsync... (cached) yes checking for fdatasync... (cached) no checking for fpathconf... (cached) yes checking for ftime... (cached) yes checking for ftruncate... (cached) yes checking for gai_strerror... (cached) no checking for getgroups... (cached) yes checking for getlogin... (cached) yes checking for getpeername... (cached) yes checking for getpid... (cached) yes checking for getpwent... (cached) yes checking for getwd... (cached) yes checking for hstrerror... (cached) no checking for inet_pton... (cached) no 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 mremap... (cached) no checking for nice... (cached) yes checking for pathconf... (cached) yes checking for pause... (cached) yes checking for plock... (cached) yes checking for poll... (cached) yes checking for pthread_init... (cached) no checking for putenv... (cached) yes checking for readlink... (cached) yes checking for select... (cached) yes checking for setegid... (cached) yes checking for seteuid... (cached) yes checking for setgid... (cached) yes checking for setgroups... (cached) yes checking for setlocale... (cached) yes checking for setregid... (cached) yes checking for setreuid... (cached) yes checking for setsid... (cached) yes checking for setpgid... (cached) yes checking for setuid... (cached) yes checking for setvbuf... (cached) yes checking for snprintf... (cached) yes checking for sigaction... (cached) yes checking for siginterrupt... (cached) yes checking for sigrelse... (cached) yes checking for strftime... (cached) yes checking for strptime... (cached) yes checking for symlink... (cached) yes checking for sysconf... (cached) yes checking for tcgetpgrp... (cached) yes checking for tcsetpgrp... (cached) yes checking for tempnam... (cached) yes checking for timegm... (cached) no checking for times... (cached) yes checking for tmpfile... (cached) yes checking for tmpnam... (cached) yes checking for tmpnam_r... (cached) yes checking for truncate... (cached) yes checking for uname... (cached) yes checking for unsetenv... (cached) no checking for waitpid... (cached) yes checking for _getpty... (cached) no checking for getpriority... (cached) yes checking for openpty... (cached) no checking for openpty in -lutil... (cached) no checking for forkpty... (cached) no checking for forkpty in -lutil... (cached) no checking for fseek64... (cached) no checking for fseeko... (cached) yes checking for fstatvfs... (cached) yes checking for ftell64... (cached) no checking for ftello... (cached) yes checking for statvfs... (cached) yes 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 for getaddrinfo... no checking for getnameinfo... (cached) no 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) no checking for tzname... (cached) yes checking for st_rdev in struct stat... (cached) yes checking for st_blksize in struct stat... (cached) yes checking for st_blocks in struct stat... (cached) yes checking for time.h that defines altzone... (cached) yes checking whether sys/select.h and sys/time.h may both be included... yes checking for addrinfo... (cached) no checking for sockaddr_storage... (cached) no 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 if sockaddr has sa_len member... no checking for bad static forward... (cached) no checking whether va_list is an array... no checking for gethostbyname_r... (cached) yes checking gethostbyname_r with 6 args... no checking gethostbyname_r with 5 args... yes checking for __fpu_control... (cached) no checking for __fpu_control in -lieee... (cached) no checking for --with-fpectl... no checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking for hypot... (cached) yes checking what malloc(0) returns... (cached) nonnull checking for wchar.h... (cached) yes checking size of wchar_t... (cached) 0 checking what type to use for unicode... unsigned short checking whether byte ordering is bigendian... (cached) yes checking whether right shift extends the sign bit... (cached) yes checking for getc_unlocked() and friends... (cached) yes checking for rl_pre_input_hook in -lreadline... (cached) no checking for rl_completion_matches in -lreadline... (cached) no checking for broken nice()... (cached) no checking whether mvwdelch is an expression... (cached) yes checking whether WINDOW has _flags... (cached) yes checking for socklen_t... (cached) yes checking for build directories... done creating ./config.status creating Makefile.pre creating Modules/Setup.config creating pyconfig.h pyconfig.h is unchanged creating Setup creating Setup.local creating Makefile root@elvis Python-2.2 $ make gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/tokenizer.o Parser/tokenizer.c /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1375: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1375: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1468: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1468: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1642: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1642: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1737: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/cceLZ6AH.s", line 1737: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `Parser/tokenizer.o' root@elvis Python-2.2 $ make install gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -o Parser/tokenizer.o Parser/tokenizer.c /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1375: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1375: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1468: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1468: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1642: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1642: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1737: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccOpFBYd.s", line 1737: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `Parser/tokenizer.o' root@elvis Python-2.2 $ ......::: Alex Chavez : System Admin :::...... La Plaza Telecommunity : www.laplaza.org : Taos. New Mexico : 505.758.1836 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users _____________________________________________________________________ INTERNET MAIL FOOTER A presente mensagem pode conter informa��o considerada confidencial. Se o receptor desta mensagem n�o for o destinat�rio indicado, fica expressamente proibido de copiar ou endere�ar a mensagem a terceiros. Em tal situa��o, o receptor dever� destruir a presente mensagem e por gentileza informar o emissor de tal facto. --------------------------------------------------------------------- Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. --------------------------------------------------------------------- ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
