Good instruction on installing GridWay 5 can be obtained from http://www.gridway.org/documentation/stable/installconfguide/
When executing 'globus-makefile-header -flavor gcc32dbg globus_gram_client \ globus_ftp_client globus_gass_copy > makefile-header' use the 'gcc64dbgpthr' flavor by executing the following command (on everest): 'globus-makefile-header -flavor gcc64dbgpthr globus_gram_client globus_ftp_client globus_gass_copy > makefile-header'
Once I got to the 'make' part, I got an error saying something about '...recompile with -fPIC flag...'. To correct this, I changed the Makefile where CFLAGS is defined to include -fPIC flag. The line should look like this: 'CFLAGS = -fPIC -Wall -g $(CFLAGS_SUNOS) $(DB4_FLAGS) $(DEBUG_FLAGS)'
No comments:
Post a Comment