Michael G Schwern <[EMAIL PROTECTED]> writes: >Tk wins by a knockout. > >Trying three different perls: > >Stock 5.6.1 with 64 bit ints. >Debian's 5.6.1 (32 bit ints) with MakeMaker 5.48_01 installed >bleadperl@14190 with 64 bit ints and perl's malloc. > >They all fail to properly build and test Tk 800.023 which is sort of >the penultimate test of MakeMaker. > >Unfortunately I expected at least the stock 5.6.1 to work,
'stock' would not normally be a 64-bit version. But hopefully the pointer size warnings are harmless. The main problem seems to be: /usr/lib/libpt-1.2.0.so.1: undefined symbol: __ti8iostream Now -lpt is one I have never seen but MakeMaker has been probing for it for years. Seems it needs a C++ library as well. >so now I >don't know if its MakeMaker or Debian or Linux/PowerPC or Tk or Solar >Flares that's causing the problem. They all fail in different ways >(see attached files). Released Tk is known not to build on bleadperl (can't remember why but I have a version which does). > >Nick, if you need I can give you a login on this machine. -- Nick Ing-Simmons http://www.ni-s.u-net.com/
