I need some 64bit lib
I compiling our project under Solaris 8, I lost two libs: libxpm.a & libjpeg.a(64bit), where can I find them?
Thank you!
I compiling our project under Solaris 8, I lost two libs: libxpm.a & libjpeg.a(64bit), where can I find them?
Thank you!
Check @ http://sunfreeware.com/ and http://www.blastwave.org/
You can download packages directly from the first site and you can install a handy pkg-get utility from the second and easily manage packages from command line.
However, neither of those two provide *Sun* packages. For example, if you have /usr/bin/bash that came from SUNWbash (Sun package) and you want some package from blastwave that depends on bash, you'll have to install CSWbash (or rather pkg-get will install it for you automatically) so you end up duplicating a number of files.