I was able to build parts of Globus 5 on Snow Leopard with: ./configure --prefix=$GLOBUS_LOCATION --with-gsiopensshargs="--with-pam --with-md5-passwords --with-tcp-wrappers" --with-flavor=gcc64dbgpthr
make prewsgram make gridftp make postinstall Don't know if this helps. Also, I executed the commands above as user "globus" and not as root. Don't know if that makes a difference. - Ole On Mar 4, 2010, at 3:59 PM, Jamie Schwettmann wrote: > Update: I tried removing the built files, then exporting CFLAGS="-m32" > before running "sudo make" again, and it still gives the same problem. > > - Jamie > > On Mar 4, 2010, at 3:17 PM, Jamie Schwettmann wrote: > >> When compiling from gt5.0.0-all-source-installer on MacOSX 10.6, we're >> getting the following compile problem: >> >> ---- >> $ ./configure --prefix=/opt/gt5 --disable-system-openssl >> >> [ no problems ] >> >> $ sudo make >> >> ... >> mkdir .libs >> /usr/bin/gcc -g -fno-common -Wall -o grid-proxy-init grid_proxy_init.o >> globus_stdio_ui.o -L/opt/gt5/lib >> /opt/gt5/lib/libglobus_gss_assist_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gssapi_gsi_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gsi_proxy_core_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gsi_credential_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gsi_callback_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_oldgaa_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gsi_sysconfig_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_gsi_cert_utils_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_openssl_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_openssl_error_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_callout_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_proxy_ssl_gcc32dbg.dylib >> /opt/gt5/lib/libglobus_common_gcc32dbg.dylib >> /opt/gt5/lib/libssl_gcc32dbg.dylib /opt/gt5/lib/libcrypto_gcc32dbg.dylib >> /opt/gt5/lib/libltdl_gcc32dbg.dylib >> ld: warning: in /opt/gt5/lib/libssl_gcc32dbg.dylib, file is not of required >> architecture >> ld: warning: in /opt/gt5/lib/libcrypto_gcc32dbg.dylib, file is not of >> required architecture >> ---- >> The environment looks like: >> >> $ envTERM_PROGRAM=Apple_Terminal >> TERM=xterm-color >> SHELL=/bin/bash >> TMPDIR=/var/folders/eD/eDHRTXoFF5yPn4ZGEOKN4k+++TI/-Tmp-/ >> Apple_PubSub_Socket_Render=/tmp/launch-M7Qxfs/Render >> TERM_PROGRAM_VERSION=272 >> OLDPWD=/src >> USER=jamie >> LD_LIBRARY_PATH=/Users/jamie/lib:/Users/jamie/local/lib:/opt/local/lib:/usr/lib:/lib >> COMMAND_MODE=unix2003 >> SSH_AUTH_SOCK=/tmp/launch-zCoYuf/Listeners >> __CF_USER_TEXT_ENCODING=0x1F5:0:0 >> LIBPATH=/Users/jamie/lib:/Users/jamie/local/lib:/opt/local/lib:/usr/lib:/lib >> PATH=/Users/jamie/bin:/Users/jamie/local/bin:/opt/local/bin:/opt/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin:/usr/X11/bin >> PWD=/src/gt5.0.0-all-source-installer >> EDITOR=emacs >> LANG=en_US.UTF-8 >> PS1=\[\033[01;31m\]$OB\[\033[00;33m\]\h\[\033[00;32m\]||\[\033[00;36m\]\W\[\033[01;34m\]$CB\[\033[00;35m\]$PROMPT >> \[\033[00m\] >> SHLVL=1 >> HOME=/Users/jamie >> LOGNAME=jamie >> VISUAL=emacs >> DISPLAY=/tmp/launch-l5HB4V/:0 >> RSYNC_RSH=/usr/bin/ssh >> _=/opt/local/bin/env >> ----- >> >> Any ideas about those "not of required architecture" files? They were >> compiled earlier from within the same make instance, and presumably from the >> GT-included OpenSSL files. >> >> Thanks, >> Jamie >> >> >> ----- >> Jamie Schwettmann >> [email protected] >> 773.702.7945 >> > > ----- > Jamie Schwettmann > [email protected] > 773.702.7945 >
