HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-lang/python/2.6/1


Ignore:
Timestamp:
10/20/08 01:52:10 (7 years ago)
Author:
scottmc
Comment:

initial build attempt of python 2.6

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.6/1

    v1 v2  
    1   
     1 * cp /boot/home/config/share/libtool/config.guess Modules/_ctypes/libffi 
     2 * cp /boot/home/config/share/libtool/config.sub Modules/_ctypes/libffi 
     3 * cd Modules/_ctypes/libffi 
     4 * autoconf 
     5 * cd ../../../ 
     6 * autoconf 
     7 * ./configure --prefix=/boot/common --enable-shared 
     8 * make 
     9 
     10make fails: 
     11{{{ 
     12~> cd Python-2.6-haiku-test 
     13~/Python-2.6-haiku-test> cd Modules 
     14~/Python-2.6-haiku-test/Modules> cd _ctypes 
     15~/Python-2.6-haiku-test/Modules/_ctypes> cd libffi 
     16~/Python-2.6-haiku-test/Modules/_ctypes/libffi> autoconf 
     17~/Python-2.6-haiku-test/Modules/_ctypes/libffi> cd ../../../ 
     18~/Python-2.6-haiku-test> autoconf 
     19~/Python-2.6-haiku-test> ./configure --prefix=/boot/common --enable-shared 
     20checking for --with-universal-archs... 32-bit 
     21checking MACHDEP... haiku1 
     22checking EXTRAPLATDIR...  
     23checking machine type as reported by uname -m... BePC 
     24checking for --without-gcc... no 
     25checking for gcc... gcc 
     26checking for C compiler default output file name... conftest 
     27checking whether the C compiler works... yes 
     28checking whether we are cross compiling... no 
     29checking for suffix of executables...  
     30checking for suffix of object files... o 
     31checking whether we are using the GNU C compiler... yes 
     32checking whether gcc accepts -g... yes 
     33checking for gcc option to accept ISO C89... none needed 
     34checking for --with-cxx-main=<compiler>... no 
     35checking for g++... g++ 
     36configure: WARNING: 
     37 
     38  By default, distutils will build C++ extension modules with "g++". 
     39  If this is not intended, then set CXX on the configure command line. 
     40   
     41checking how to run the C preprocessor... gcc -E 
     42checking for grep that handles long lines and -e... /bin/grep 
     43checking for egrep... /bin/grep -E 
     44checking for AIX... no 
     45checking for --with-suffix...  
     46checking for case-insensitive build directory... no 
     47checking LIBRARY... libpython$(VERSION).a 
     48checking LINKCC... $(PURIFY) $(MAINCC) 
     49checking for --enable-shared... yes 
     50checking for --enable-profiling...  
     51checking LDLIBRARY... libpython$(VERSION).so 
     52checking for ranlib... ranlib 
     53checking for ar... ar 
     54checking for svnversion... found 
     55checking for a BSD-compatible install... /bin/install -c 
     56checking for --with-pydebug... no 
     57checking whether gcc accepts -fno-strict-aliasing... yes 
     58checking whether gcc accepts -OPT:Olimit=0... no 
     59checking whether gcc accepts -Olimit 1500... no 
     60checking whether gcc supports ParseTuple __format__... no 
     61checking whether pthreads are available without options... yes 
     62checking whether g++ also accepts flags for thread support... no 
     63checking for ANSI C header files... yes 
     64checking for sys/types.h... yes 
     65checking for sys/stat.h... yes 
     66checking for stdlib.h... yes 
     67checking for string.h... yes 
     68checking for memory.h... yes 
     69checking for strings.h... yes 
     70checking for inttypes.h... yes 
     71checking for stdint.h... yes 
     72checking for unistd.h... yes 
     73checking asm/types.h usability... no 
     74checking asm/types.h presence... no 
     75checking for asm/types.h... no 
     76checking conio.h usability... no 
     77checking conio.h presence... no 
     78checking for conio.h... no 
     79checking curses.h usability... yes 
     80checking curses.h presence... yes 
     81checking for curses.h... yes 
     82checking direct.h usability... no 
     83checking direct.h presence... no 
     84checking for direct.h... no 
     85checking dlfcn.h usability... yes 
     86checking dlfcn.h presence... yes 
     87checking for dlfcn.h... yes 
     88checking errno.h usability... yes 
     89checking errno.h presence... yes 
     90checking for errno.h... yes 
     91checking fcntl.h usability... yes 
     92checking fcntl.h presence... yes 
     93checking for fcntl.h... yes 
     94checking grp.h usability... yes 
     95checking grp.h presence... yes 
     96checking for grp.h... yes 
     97checking ieeefp.h usability... no 
     98checking ieeefp.h presence... no 
     99checking for ieeefp.h... no 
     100checking io.h usability... no 
     101checking io.h presence... no 
     102checking for io.h... no 
     103checking langinfo.h usability... no 
     104checking langinfo.h presence... no 
     105checking for langinfo.h... no 
     106checking libintl.h usability... no 
     107checking libintl.h presence... no 
     108checking for libintl.h... no 
     109checking ncurses.h usability... yes 
     110checking ncurses.h presence... yes 
     111checking for ncurses.h... yes 
     112checking poll.h usability... yes 
     113checking poll.h presence... yes 
     114checking for poll.h... yes 
     115checking process.h usability... no 
     116checking process.h presence... no 
     117checking for process.h... no 
     118checking pthread.h usability... yes 
     119checking pthread.h presence... yes 
     120checking for pthread.h... yes 
     121checking shadow.h usability... yes 
     122checking shadow.h presence... yes 
     123checking for shadow.h... yes 
     124checking signal.h usability... yes 
     125checking signal.h presence... yes 
     126checking for signal.h... yes 
     127checking for stdint.h... (cached) yes 
     128checking stropts.h usability... no 
     129checking stropts.h presence... no 
     130checking for stropts.h... no 
     131checking termios.h usability... yes 
     132checking termios.h presence... yes 
     133checking for termios.h... yes 
     134checking thread.h usability... no 
     135checking thread.h presence... no 
     136checking for thread.h... no 
     137checking for unistd.h... (cached) yes 
     138checking utime.h usability... yes 
     139checking utime.h presence... yes 
     140checking for utime.h... yes 
     141checking sys/audioio.h usability... no 
     142checking sys/audioio.h presence... no 
     143checking for sys/audioio.h... no 
     144checking sys/bsdtty.h usability... no 
     145checking sys/bsdtty.h presence... no 
     146checking for sys/bsdtty.h... no 
     147checking sys/epoll.h usability... no 
     148checking sys/epoll.h presence... no 
     149checking for sys/epoll.h... no 
     150checking sys/event.h usability... no 
     151checking sys/event.h presence... no 
     152checking for sys/event.h... no 
     153checking sys/file.h usability... yes 
     154checking sys/file.h presence... yes 
     155checking for sys/file.h... yes 
     156checking sys/loadavg.h usability... no 
     157checking sys/loadavg.h presence... no 
     158checking for sys/loadavg.h... no 
     159checking sys/lock.h usability... no 
     160checking sys/lock.h presence... no 
     161checking for sys/lock.h... no 
     162checking sys/mkdev.h usability... no 
     163checking sys/mkdev.h presence... no 
     164checking for sys/mkdev.h... no 
     165checking sys/modem.h usability... no 
     166checking sys/modem.h presence... no 
     167checking for sys/modem.h... no 
     168checking sys/param.h usability... yes 
     169checking sys/param.h presence... yes 
     170checking for sys/param.h... yes 
     171checking sys/poll.h usability... yes 
     172checking sys/poll.h presence... yes 
     173checking for sys/poll.h... yes 
     174checking sys/select.h usability... yes 
     175checking sys/select.h presence... yes 
     176checking for sys/select.h... yes 
     177checking sys/socket.h usability... yes 
     178checking sys/socket.h presence... yes 
     179checking for sys/socket.h... yes 
     180checking sys/statvfs.h usability... yes 
     181checking sys/statvfs.h presence... yes 
     182checking for sys/statvfs.h... yes 
     183checking for sys/stat.h... (cached) yes 
     184checking sys/termio.h usability... no 
     185checking sys/termio.h presence... no 
     186checking for sys/termio.h... no 
     187checking sys/time.h usability... yes 
     188checking sys/time.h presence... yes 
     189checking for sys/time.h... yes 
     190checking sys/times.h usability... yes 
     191checking sys/times.h presence... yes 
     192checking for sys/times.h... yes 
     193checking for sys/types.h... (cached) yes 
     194checking sys/un.h usability... yes 
     195checking sys/un.h presence... yes 
     196checking for sys/un.h... yes 
     197checking sys/utsname.h usability... yes 
     198checking sys/utsname.h presence... yes 
     199checking for sys/utsname.h... yes 
     200checking sys/wait.h usability... yes 
     201checking sys/wait.h presence... yes 
     202checking for sys/wait.h... yes 
     203checking pty.h usability... no 
     204checking pty.h presence... no 
     205checking for pty.h... no 
     206checking libutil.h usability... no 
     207checking libutil.h presence... no 
     208checking for libutil.h... no 
     209checking sys/resource.h usability... yes 
     210checking sys/resource.h presence... yes 
     211checking for sys/resource.h... yes 
     212checking netpacket/packet.h usability... no 
     213checking netpacket/packet.h presence... no 
     214checking for netpacket/packet.h... no 
     215checking sysexits.h usability... no 
     216checking sysexits.h presence... no 
     217checking for sysexits.h... no 
     218checking bluetooth.h usability... no 
     219checking bluetooth.h presence... no 
     220checking for bluetooth.h... no 
     221checking bluetooth/bluetooth.h usability... yes 
     222checking bluetooth/bluetooth.h presence... yes 
     223checking for bluetooth/bluetooth.h... yes 
     224checking linux/tipc.h usability... no 
     225checking linux/tipc.h presence... no 
     226checking for linux/tipc.h... no 
     227checking for dirent.h that defines DIR... yes 
     228checking for library containing opendir... none required 
     229checking whether sys/types.h defines makedev... no 
     230checking for sys/mkdev.h... (cached) no 
     231checking sys/sysmacros.h usability... no 
     232checking sys/sysmacros.h presence... no 
     233checking for sys/sysmacros.h... no 
     234checking for term.h... yes 
     235checking for linux/netlink.h... no 
     236checking for clock_t in time.h... yes 
     237checking for makedev... no 
     238checking Solaris LFS bug... no 
     239checking for mode_t... yes 
     240checking for off_t... yes 
     241checking for pid_t... yes 
     242checking return type of signal handlers... void 
     243checking for size_t... yes 
     244checking for uid_t in sys/types.h... yes 
     245checking for ssize_t... yes 
     246checking for int... yes 
     247checking size of int... 4 
     248checking for long... yes 
     249checking size of long... 4 
     250checking for void *... yes 
     251checking size of void *... 4 
     252checking for short... yes 
     253checking size of short... 2 
     254checking for float... yes 
     255checking size of float... 4 
     256checking for double... yes 
     257checking size of double... 8 
     258checking for fpos_t... yes 
     259checking size of fpos_t... 8 
     260checking for size_t... (cached) yes 
     261checking size of size_t... 4 
     262checking for pid_t... (cached) yes 
     263checking size of pid_t... 4 
     264checking for long long support... yes 
     265checking for long long... yes 
     266checking size of long long... 8 
     267checking for long double support... yes 
     268checking for long double... yes 
     269checking size of long double... 12 
     270checking for _Bool support... no 
     271checking for uintptr_t... yes 
     272checking for uintptr_t... (cached) yes 
     273checking size of uintptr_t... 4 
     274checking size of off_t... 8 
     275checking whether to enable large file support... yes 
     276checking size of time_t... 4 
     277checking for pthread_t... yes 
     278checking size of pthread_t... 4 
     279checking for --enable-toolbox-glue... no 
     280checking for --enable-framework... no 
     281checking for dyld... no 
     282checking SO... .so 
     283checking LDSHARED... gcc -shared 
     284checking CCSHARED... -fPIC 
     285checking LINKFORSHARED...  
     286checking CFLAGSFORSHARED... $(CCSHARED) 
     287checking SHLIBS... $(LIBS) 
     288checking for dlopen in -ldl... no 
     289checking for shl_load in -ldld... no 
     290checking for library containing sem_init... none required 
     291checking for textdomain in -lintl... no 
     292checking for t_open in -lnsl... no 
     293checking for socket in -lsocket... no 
     294checking for socket in -lnetwork... yes 
     295checking for --with-libs... no 
     296checking for --with-system-ffi...  
     297checking for --with-signal-module... yes 
     298checking for --with-dec-threads... no 
     299checking for --with-threads... yes 
     300checking if PTHREAD_SCOPE_SYSTEM is supported... yes 
     301checking for pthread_sigmask... yes 
     302checking if --enable-ipv6 is specified... no 
     303checking for OSX 10.5 SDK or later... no 
     304checking for --with-doc-strings... yes 
     305checking for --with-tsc... no 
     306checking for --with-pymalloc... yes 
     307checking for --with-wctype-functions... no 
     308checking for dlopen... yes 
     309checking DYNLOADFILE... dynload_shlib.o 
     310checking MACHDEP_OBJS... MACHDEP_OBJS 
     311checking for alarm... yes 
     312checking for setitimer... yes 
     313checking for getitimer... yes 
     314checking for bind_textdomain_codeset... no 
     315checking for chown... yes 
     316checking for clock... yes 
     317checking for confstr... yes 
     318checking for ctermid... yes 
     319checking for execv... yes 
     320checking for fchmod... yes 
     321checking for fchown... yes 
     322checking for fork... yes 
     323checking for fpathconf... yes 
     324checking for ftime... yes 
     325checking for ftruncate... yes 
     326checking for gai_strerror... yes 
     327checking for getgroups... yes 
     328checking for getlogin... yes 
     329checking for getloadavg... no 
     330checking for getpeername... yes 
     331checking for getpgid... yes 
     332checking for getpid... yes 
     333checking for getpriority... no 
     334checking for getpwent... yes 
     335checking for getspnam... yes 
     336checking for getspent... yes 
     337checking for getsid... yes 
     338checking for getwd... no 
     339checking for kill... yes 
     340checking for killpg... yes 
     341checking for lchmod... no 
     342checking for lchown... yes 
     343checking for lstat... yes 
     344checking for mkfifo... yes 
     345checking for mknod... yes 
     346checking for mktime... yes 
     347checking for mremap... no 
     348checking for nice... no 
     349checking for pathconf... yes 
     350checking for pause... yes 
     351checking for plock... no 
     352checking for poll... yes 
     353checking for pthread_init... no 
     354checking for putenv... yes 
     355checking for readlink... yes 
     356checking for realpath... yes 
     357checking for select... yes 
     358checking for setegid... yes 
     359checking for seteuid... yes 
     360checking for setgid... yes 
     361checking for setlocale... yes 
     362checking for setregid... yes 
     363checking for setreuid... yes 
     364checking for setsid... yes 
     365checking for setpgid... yes 
     366checking for setpgrp... yes 
     367checking for setuid... yes 
     368checking for setvbuf... yes 
     369checking for snprintf... yes 
     370checking for sigaction... yes 
     371checking for siginterrupt... no 
     372checking for sigrelse... yes 
     373checking for strftime... yes 
     374checking for sysconf... yes 
     375checking for tcgetpgrp... yes 
     376checking for tcsetpgrp... yes 
     377checking for tempnam... yes 
     378checking for timegm... yes 
     379checking for times... yes 
     380checking for tmpfile... yes 
     381checking for tmpnam... yes 
     382checking for tmpnam_r... yes 
     383checking for truncate... yes 
     384checking for uname... yes 
     385checking for unsetenv... yes 
     386checking for utimes... yes 
     387checking for waitpid... yes 
     388checking for wait3... no 
     389checking for wait4... no 
     390checking for wcscoll... yes 
     391checking for _getpty... no 
     392checking for chroot... yes 
     393checking for link... yes 
     394checking for symlink... yes 
     395checking for fchdir... yes 
     396checking for fsync... yes 
     397checking for fdatasync... no 
     398checking for epoll... no 
     399checking for kqueue... no 
     400checking for ctermid_r... no 
     401checking for flock... yes 
     402checking for getpagesize... yes 
     403checking for true... true 
     404checking for inet_aton in -lc... no 
     405checking for inet_aton in -lresolv... no 
     406checking for chflags... no 
     407checking for lchflags... no 
     408checking for inflateCopy in -lz... yes 
     409checking for hstrerror... yes 
     410checking for inet_aton... yes 
     411checking for inet_pton... yes 
     412checking for setgroups... yes 
     413checking for openpty... no 
     414checking for openpty in -lutil... no 
     415checking for openpty in -lbsd... yes 
     416checking for forkpty... no 
     417checking for forkpty in -lutil... no 
     418checking for forkpty in -lbsd... no 
     419checking for memmove... yes 
     420checking for fseek64... no 
     421checking for fseeko... yes 
     422checking for fstatvfs... yes 
     423checking for ftell64... no 
     424checking for ftello... yes 
     425checking for statvfs... yes 
     426checking for dup2... yes 
     427checking for getcwd... yes 
     428checking for strdup... yes 
     429checking for getpgrp... yes 
     430checking for setpgrp... (cached) yes 
     431checking for gettimeofday... yes 
     432checking for major... no 
     433checking for getaddrinfo... yes 
     434checking getaddrinfo bug... buggy 
     435checking for getnameinfo... yes 
     436checking whether time.h and sys/time.h may both be included... yes 
     437checking whether struct tm is in sys/time.h or time.h... time.h 
     438checking for struct tm.tm_zone... yes 
     439checking for struct stat.st_rdev... yes 
     440checking for struct stat.st_blksize... yes 
     441checking for struct stat.st_flags... no 
     442checking for struct stat.st_gen... no 
     443checking for struct stat.st_birthtime... no 
     444checking for struct stat.st_blocks... yes 
     445checking for time.h that defines altzone... no 
     446checking whether sys/select.h and sys/time.h may both be included... yes 
     447checking for addrinfo... yes 
     448checking for sockaddr_storage... yes 
     449checking whether char is unsigned... no 
     450checking for an ANSI C-conforming const... yes 
     451checking for working volatile... yes 
     452checking for working signed char... yes 
     453checking for prototypes... yes 
     454checking for variable length prototypes and stdarg.h... yes 
     455checking for socketpair... yes 
     456checking if sockaddr has sa_len member... yes 
     457checking whether va_list is an array... no 
     458checking for gethostbyname_r... yes 
     459checking gethostbyname_r with 6 args... no 
     460checking gethostbyname_r with 5 args... yes 
     461checking for __fpu_control... no 
     462checking for __fpu_control in -lieee... no 
     463checking for --with-fpectl... no 
     464checking for --with-libm=STRING... default LIBM="" 
     465checking for --with-libc=STRING... default LIBC="" 
     466checking whether tanh preserves the sign of zero... no 
     467checking for hypot... yes 
     468checking for acosh... yes 
     469checking for asinh... yes 
     470checking for atanh... yes 
     471checking for copysign... yes 
     472checking for expm1... yes 
     473checking for finite... yes 
     474checking for isinf... yes 
     475checking for isnan... yes 
     476checking for log1p... yes 
     477checking wchar.h usability... yes 
     478checking wchar.h presence... yes 
     479checking for wchar.h... yes 
     480checking for wchar_t... yes 
     481checking size of wchar_t... 2 
     482checking for UCS-4 tcl... no 
     483checking whether wchar_t is signed... no 
     484checking what type to use for unicode... wchar_t 
     485checking whether byte ordering is bigendian... no 
     486checking whether right shift extends the sign bit... yes 
     487checking for getc_unlocked() and friends... yes 
     488checking how to link readline libs... none 
     489checking for rl_callback_handler_install in -lreadline... no 
     490checking for rl_pre_input_hook in -lreadline... no 
     491checking for rl_completion_display_matches_hook in -lreadline... no 
     492checking for rl_completion_matches in -lreadline... no 
     493checking for broken nice()... no 
     494checking for broken poll()... no 
     495checking for struct tm.tm_zone... (cached) yes 
     496checking for working tzset()... yes 
     497checking for tv_nsec in struct stat... no 
     498checking for tv_nsec2 in struct stat... no 
     499checking whether mvwdelch is an expression... yes 
     500checking whether WINDOW has _flags... yes 
     501checking for is_term_resized... yes 
     502checking for resize_term... yes 
     503checking for resizeterm... yes 
     504checking for /dev/ptmx... yes 
     505checking for /dev/ptc... no 
     506checking for %zd printf() format support... yes 
     507checking for socklen_t... yes 
     508checking for build directories... done 
     509configure: creating ./config.status 
     510config.status: creating Makefile.pre 
     511config.status: creating Modules/Setup.config 
     512config.status: creating pyconfig.h 
     513creating Modules/Setup 
     514creating Modules/Setup.local 
     515creating Makefile 
     516~/Python-2.6-haiku-test> make 
     517gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c 
     518gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c 
     519gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c 
     520gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c 
     521gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c 
     522gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c 
     523gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c 
     524gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c 
     525gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c 
     526gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c 
     527gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c 
     528gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c 
     529gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c 
     530gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c 
     531gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c 
     532gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c 
     533gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c 
     534/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c: In function `buffer_repr': 
     535/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: unknown conversion type character `z' in format 
     536/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: format argument is not a pointer (arg 4) 
     537/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:296: warning: too many arguments for format 
     538/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: unknown conversion type character `z' in format 
     539/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: unknown conversion type character `z' in format 
     540/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: format argument is not a pointer (arg 4) 
     541/boot/home/Python-2.6-haiku-test/Objects/bufferobject.c:304: warning: too many arguments for format 
     542gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c 
     543gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c 
     544/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c: In function `bytes_ass_subscript': 
     545/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: unknown conversion type character `z' in format 
     546/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: unknown conversion type character `z' in format 
     547/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:728: warning: too many arguments for format 
     548/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c: In function `bytes_fromhex': 
     549/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:3075: warning: unknown conversion type character `z' in format 
     550/boot/home/Python-2.6-haiku-test/Objects/bytearrayobject.c:3075: warning: too many arguments for format 
     551gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c 
     552gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c 
     553gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c 
     554gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c 
     555gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c 
     556gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c 
     557gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c 
     558gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c 
     559/boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeEncodeError_str': 
     560/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: unknown conversion type character `z' in format 
     561/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: format argument is not a pointer (arg 4) 
     562/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1624: warning: too many arguments for format 
     563/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: unknown conversion type character `z' in format 
     564/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: unknown conversion type character `z' in format 
     565/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: format argument is not a pointer (arg 3) 
     566/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1632: warning: too many arguments for format 
     567/boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeDecodeError_str': 
     568/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: unknown conversion type character `z' in format 
     569/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: format argument is not a pointer (arg 4) 
     570/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1689: warning: too many arguments for format 
     571/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: unknown conversion type character `z' in format 
     572/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: unknown conversion type character `z' in format 
     573/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: format argument is not a pointer (arg 3) 
     574/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1697: warning: too many arguments for format 
     575/boot/home/Python-2.6-haiku-test/Objects/exceptions.c: In function `UnicodeTranslateError_str': 
     576/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: unknown conversion type character `z' in format 
     577/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: format argument is not a pointer (arg 3) 
     578/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1777: warning: too many arguments for format 
     579/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: unknown conversion type character `z' in format 
     580/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: unknown conversion type character `z' in format 
     581/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: format argument is not a pointer (arg 2) 
     582/boot/home/Python-2.6-haiku-test/Objects/exceptions.c:1784: warning: too many arguments for format 
     583gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c 
     584gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c 
     585gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c 
     586gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c 
     587gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c 
     588/boot/home/Python-2.6-haiku-test/Objects/funcobject.c: In function `func_set_code': 
     589/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: unknown conversion type character `z' in format 
     590/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: unknown conversion type character `z' in format 
     591/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:258: warning: too many arguments for format 
     592/boot/home/Python-2.6-haiku-test/Objects/funcobject.c: In function `func_new': 
     593/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: unknown conversion type character `z' in format 
     594/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: unknown conversion type character `z' in format 
     595/boot/home/Python-2.6-haiku-test/Objects/funcobject.c:413: warning: too many arguments for format 
     596gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c 
     597gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c 
     598gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c 
     599/boot/home/Python-2.6-haiku-test/Objects/listobject.c: In function `list_ass_subscript': 
     600/boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: unknown conversion type character `z' in format 
     601/boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: unknown conversion type character `z' in format 
     602/boot/home/Python-2.6-haiku-test/Objects/listobject.c:2679: warning: too many arguments for format 
     603gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c 
     604gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c 
     605/boot/home/Python-2.6-haiku-test/Objects/dictobject.c: In function `PyDict_MergeFromSeq2': 
     606/boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1396: warning: unknown conversion type character `z' in format 
     607/boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1396: warning: too many arguments for format 
     608/boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: unknown conversion type character `z' in format 
     609/boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: unknown conversion type character `z' in format 
     610/boot/home/Python-2.6-haiku-test/Objects/dictobject.c:1404: warning: too many arguments for format 
     611gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c 
     612/boot/home/Python-2.6-haiku-test/Objects/methodobject.c: In function `PyCFunction_Call': 
     613/boot/home/Python-2.6-haiku-test/Objects/methodobject.c:93: warning: unknown conversion type character `z' in format 
     614/boot/home/Python-2.6-haiku-test/Objects/methodobject.c:93: warning: too many arguments for format 
     615/boot/home/Python-2.6-haiku-test/Objects/methodobject.c:104: warning: unknown conversion type character `z' in format 
     616/boot/home/Python-2.6-haiku-test/Objects/methodobject.c:104: warning: too many arguments for format 
     617gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c 
     618gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c 
     619/boot/home/Python-2.6-haiku-test/Objects/object.c: In function `PyObject_Unicode': 
     620/boot/home/Python-2.6-haiku-test/Objects/object.c:458: warning: `res' might be used uninitialized in this function 
     621gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c 
     622gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c 
     623gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c 
     624gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c 
     625gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c 
     626/boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `PyString_FromFormatV': 
     627/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:284: warning: unknown conversion type character `z' in format 
     628/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:284: warning: too many arguments for format 
     629/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:295: warning: unknown conversion type character `z' in format 
     630/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:295: warning: too many arguments for format 
     631/boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `string_join': 
     632/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: unknown conversion type character `z' in format 
     633/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: format argument is not a pointer (arg 3) 
     634/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:1871: warning: too many arguments for format 
     635/boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `PyString_Format': 
     636/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4959: warning: unknown conversion type character `z' in format 
     637/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4959: warning: too many arguments for format 
     638/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:4676: warning: `len' might be used uninitialized in this function 
     639/boot/home/Python-2.6-haiku-test/Objects/stringobject.c: In function `_Py_ReleaseInternedStrings': 
     640/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5204: warning: unknown conversion type character `z' in format 
     641/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5204: warning: too many arguments for format 
     642/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: unknown conversion type character `z' in format 
     643/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: unknown conversion type character `z' in format 
     644/boot/home/Python-2.6-haiku-test/Objects/stringobject.c:5226: warning: too many arguments for format 
     645gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c 
     646/boot/home/Python-2.6-haiku-test/Objects/structseq.c: In function `structseq_new': 
     647/boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: unknown conversion type character `z' in format 
     648/boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: unknown conversion type character `z' in format 
     649/boot/home/Python-2.6-haiku-test/Objects/structseq.c:179: warning: too many arguments for format 
     650/boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: unknown conversion type character `z' in format 
     651/boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: unknown conversion type character `z' in format 
     652/boot/home/Python-2.6-haiku-test/Objects/structseq.c:187: warning: too many arguments for format 
     653/boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: unknown conversion type character `z' in format 
     654/boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: unknown conversion type character `z' in format 
     655/boot/home/Python-2.6-haiku-test/Objects/structseq.c:196: warning: too many arguments for format 
     656gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c 
     657gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c 
     658/boot/home/Python-2.6-haiku-test/Objects/typeobject.c: In function `check_num_args': 
     659/boot/home/Python-2.6-haiku-test/Objects/typeobject.c:4141: warning: unknown conversion type character `z' in format 
     660/boot/home/Python-2.6-haiku-test/Objects/typeobject.c:4141: warning: too many arguments for format 
     661gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c 
     662gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c 
     663/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_decode_call_errorhandler': 
     664/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:1394: warning: unknown conversion type character `z' in format 
     665/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:1394: warning: too many arguments for format 
     666/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_encode_call_errorhandler': 
     667/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:3453: warning: unknown conversion type character `z' in format 
     668/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:3453: warning: too many arguments for format 
     669/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `unicode_translate_call_errorhandler': 
     670/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:4727: warning: unknown conversion type character `z' in format 
     671/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:4727: warning: too many arguments for format 
     672/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `PyUnicodeUCS2_Join': 
     673/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: unknown conversion type character `z' in format 
     674/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: format argument is not a pointer (arg 3) 
     675/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:5519: warning: too many arguments for format 
     676/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c: In function `PyUnicodeUCS2_Format': 
     677/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8768: warning: unknown conversion type character `z' in format 
     678/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8768: warning: too many arguments for format 
     679/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8478: warning: `pbuf' might be used uninitialized in this function 
     680/boot/home/Python-2.6-haiku-test/Objects/unicodeobject.c:8480: warning: `len' might be used uninitialized in this function 
     681gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c 
     682gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c 
     683/boot/home/Python-2.6-haiku-test/Python/_warnings.c: In function `get_filter': 
     684/boot/home/Python-2.6-haiku-test/Python/_warnings.c:116: warning: unknown conversion type character `z' in format 
     685/boot/home/Python-2.6-haiku-test/Python/_warnings.c:116: warning: too many arguments for format 
     686gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c 
     687/boot/home/Python-2.6-haiku-test/Python/Python-ast.c: In function `ast_type_init': 
     688/boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: unknown conversion type character `z' in format 
     689/boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: format argument is not a pointer (arg 5) 
     690/boot/home/Python-2.6-haiku-test/Python/Python-ast.c:393: warning: too many arguments for format 
     691gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c 
     692gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c 
     693gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c 
     694/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c: In function `builtin_ord': 
     695/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:1526: warning: unknown conversion type character `z' in format 
     696/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:1526: warning: too many arguments for format 
     697/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c: In function `builtin_zip': 
     698/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:2413: warning: unknown conversion type character `z' in format 
     699/boot/home/Python-2.6-haiku-test/Python/bltinmodule.c:2413: warning: too many arguments for format 
     700gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c 
     701gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c 
     702gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c 
     703gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c 
     704gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c 
     705gcc -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes -L.  Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lnetwork  -lbsd -o Parser/pgen 
     706Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c 
     707gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c 
     708gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c 
     709gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c 
     710gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c 
     711gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c 
     712gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c 
     713gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c 
     714/boot/home/Python-2.6-haiku-test/Python/getargs.c: In function `PyArg_UnpackTuple': 
     715/boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: unknown conversion type character `z' in format 
     716/boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: unknown conversion type character `z' in format 
     717/boot/home/Python-2.6-haiku-test/Python/getargs.c:1814: warning: too many arguments for format 
     718/boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: unknown conversion type character `z' in format 
     719/boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: unknown conversion type character `z' in format 
     720/boot/home/Python-2.6-haiku-test/Python/getargs.c:1820: warning: too many arguments for format 
     721/boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: unknown conversion type character `z' in format 
     722/boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: unknown conversion type character `z' in format 
     723/boot/home/Python-2.6-haiku-test/Python/getargs.c:1829: warning: too many arguments for format 
     724/boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: unknown conversion type character `z' in format 
     725/boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: unknown conversion type character `z' in format 
     726/boot/home/Python-2.6-haiku-test/Python/getargs.c:1835: warning: too many arguments for format 
     727gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c 
     728gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c 
     729gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c 
     730gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DPLATFORM='"haiku1"' -o Python/getplatform.o ./Python/getplatform.c 
     731gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c 
     732gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c 
     733gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c 
     734gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c 
     735gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c 
     736gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c 
     737gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c 
     738gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c 
     739gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c 
     740gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c 
     741gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c 
     742gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c 
     743gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c 
     744gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c 
     745gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c 
     746gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c 
     747gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c 
     748gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c 
     749gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c 
     750gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c 
     751/boot/home/Python-2.6-haiku-test/Python/pystrtod.c: In function `ensure_decimal_point': 
     752/boot/home/Python-2.6-haiku-test/Python/pystrtod.c:301: warning: `chars_to_insert' might be used uninitialized in this function 
     753gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c 
     754gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c 
     755/boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h: In function `format_float_internal': 
     756In file included from /boot/home/Python-2.6-haiku-test/Python/formatter_string.c:14: 
     757/boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: unknown conversion type character `z' in format 
     758/boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: int format, Py_ssize_t arg (arg 4) 
     759/boot/home/Python-2.6-haiku-test/Objects/stringlib/formatter.h:771: warning: too many arguments for format 
     760gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c 
     761gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c 
     762gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c 
     763gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-haiku1:lib-tk:lib-old"' \ 
     764                -DPREFIX='"/boot/common"' \ 
     765                -DEXEC_PREFIX='"/boot/common"' \ 
     766                -DVERSION='"2.6"' \ 
     767                -DVPATH='""' \ 
     768                -o Modules/getpath.o ./Modules/getpath.c 
     769gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c 
     770gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c 
     771/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c: In function `collect': 
     772/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:780: warning: unknown conversion type character `z' in format 
     773/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:780: warning: too many arguments for format 
     774/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: unknown conversion type character `z' in format 
     775/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: unknown conversion type character `z' in format 
     776/boot/home/Python-2.6-haiku-test/Modules/gcmodule.c:886: warning: too many arguments for format 
     777gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/threadmodule.c -o Modules/threadmodule.o 
     778/boot/home/Python-2.6-haiku-test/Modules/threadmodule.c: In function `thread_stack_size': 
     779/boot/home/Python-2.6-haiku-test/Modules/threadmodule.c:613: warning: unknown conversion type character `z' in format 
     780/boot/home/Python-2.6-haiku-test/Modules/threadmodule.c:613: warning: too many arguments for format 
     781gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/signalmodule.c -o Modules/signalmodule.o 
     782gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o 
     783gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/errnomodule.c -o Modules/errnomodule.o 
     784gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o 
     785gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_sre.c -o Modules/_sre.o 
     786gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o 
     787gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/zipimport.c -o Modules/zipimport.o 
     788gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o 
     789gcc -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o 
     790gcc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c 
     791rm -f libpython2.6.a 
     792ar cr libpython2.6.a Modules/getbuildinfo.o 
     793ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o 
     794ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o 
     795ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o 
     796ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  
     797ar cr libpython2.6.a Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o 
     798ranlib libpython2.6.a 
     799if test libpython2.6.so != libpython2.6.so; then \ 
     800                gcc -shared -L. -Wl,-hlibpython2.6.so -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o -lnetwork  -lbsd   ; \ 
     801                ln -s -f libpython2.6.so libpython2.6.so; \ 
     802        else\ 
     803                gcc -shared -L. -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o -lnetwork  -lbsd   ; \ 
     804        fi 
     805gcc -L.  -o python \ 
     806                        Modules/python.o \ 
     807                        -L. -lpython2.6 -lnetwork  -lbsd      
     808runtime_loader: cannot open file libpython2.6.so 
     809make: *** [sharedmods] Error 3 
     810~/Python-2.6-haiku-test>  
     811}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/