On Tue, 03 Feb 2009, Maurilio Longo wrote: > Do you know if a 64bit harbour can be compiled as well? I've built a 32bit > version, which is enough for me, but anyway I'm running the 64bit version of > OpenSolaris.
I haven't tired 64-builds with OpenSolaris yet but I do not think you will have any problems. I was using 64bit Harbour builds with older Solaris without problems. You should also not have any problems with real SPARC CPU processors which needs 8 bytes alignment. Harbour fully supports such machines. > I also had to set LD_LIBRARY_PATH to /opt/harbour/lib to be able to use the > .so libraries. It's one of possible solutions. You can also create link from /usr/lib to Harbour shared libraries or add it to config files (/var/ld/ld.conf). crle -i /opt/harbour/lib should be enough. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
