Re: Compile on SunOS?

2010-12-31 Thread MrJean1
These command lines used to build 32-bit Python 2.4 and 2.5 on Solaris 10 Opteron using SUN's compilers: setenv LD_LIBRARY_PATH env CCSHARED="-KPIC" LDSHARED="cc -xtarget=native -G" LDFLAGS="- xtarget=native" CC="cc" \ CPP="cc-xtarget=native -E" BASECFLAGS="-xtarget=native" OPT="-xO5"

Compile on SunOS?

2010-12-31 Thread Alex Zhang
Hi All, I'm trying to build Python 2.7.1 on Sun Solaris 10 amd64, however end up with: Python build finished, but the necessary bits to build these modules were not found: _bsddb _tkinter bsddb185 gdbm linuxaudiodev ossaudiodev To find the necessary bi