Archive for June, 2011

how to compile gdbm 64 bit

Posted: 20th June 2011 by admin in Linux How to

how to compile gdbm 64 bit for solaris sparc 10 #CC=”gcc -m64″ CXX=”g++ -m64″ ./configure #make #make install #file /usr/local/lib/libgdbm.so /usr/local/lib/libgdbm.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped

Create ramdisk on solaris

Posted: 8th June 2011 by admin in Linux How to

Create ramdisk on solaris #ramdiskadm -a idisk 512m #newfs /dev/ramdisk/idisk #mkdir /test #mount /dev/ramdisk/idisk /test