On Sun, Sep 18, 2011 at 02:15:31AM -0700, Wah Meng Wong wrote: > I am trying to build python 64-bit on HP Itanium platform with HP-UX > Ansi C compiler. The python executable is successfully built however > there are many errors generated when option +DD64 is passed in, many > (more) modules failed to build (compared to 32-bit option is used).
You mean to say that python is building properly with all those modules properly with 32bit compiler and not in 64 bit? If that is the case, then it surely looks like a bug. You may want to file open a issue at bugs.python.org > Appreciate any input on this issue when 64-bit option is passed into > aCC that cause so many errors on my server. Thanks! Few pointers. - Can you use gcc instead of aCC in your machine and see if it can build? - I see at least one open bug with ctypes module not compiling with 64 bit HP-UX. - Try --enable-shared switch of configure and see if it helps. If nothing, please do open a bug report and you could get some pointers from people familiar with that platform. -- Senthil _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
