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

You must be logged in to post a comment.