Your configure line is very strange:
./configure --prefix=/usr/local/globus-4.0.7/ --with-unixodbc=/usr/lib --with-flavor=gcc32 --disable-wsjava --disable-wsmds --disable-wsdel -- disable-wsrft --disable-wsgram --disable-drs --disable-rendezvous -- disable-wscas --disable-wsc --disable-tests --disable-wstests -- disable-webmds --enable-prewsmds

What exactly are you trying to build? Just MDS2? If so, try configuring without all those options and just run "make prewsmds" instead.


Charles

On Sep 9, 2008, at 12:43 PM, Salman Zubair Toor wrote:

Hi,

I am getting following error messages while running the make command. The config.log file is attached with this mail.


bash-3.1# make
/usr/local/globus-4.0.7//sbin/gpt-build -srcdir=source-trees-thr/ core/source gcc32pthr gpt-build ====> Changing to /home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/core/source
gpt-build ====> BUILDING FLAVOR gcc32pthr
gpt-build ====> Changing to /usr/local/globus-4.0.7/etc
gpt-build ====> REMOVING empty package globus_core-gcc32pthr- pgm_static
gpt-build ====> REMOVING empty package globus_core-noflavor-doc
/usr/local/globus-4.0.7//sbin/gpt-build -srcdir=source-trees-thr/ gsi/openssl_gpt gcc32pthr
gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl
gpt-build ====> Changing to /home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt
gpt-build ====> BUILDING FLAVOR gcc32pthr
GLOBUS_LOCATION=/usr/local/globus-4.0.7/; export GLOBUS_LOCATION; / usr/bin/make make[1]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt'
Making all in aclocal
make[2]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/aclocal'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/aclocal'
Making all in pkgdata
make[2]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/pkgdata' make[3]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt'
Making filelist in aclocal
make[4]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/aclocal' make[5]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/aclocal'
make[5]: Nothing to be done for `filelist-am'.
make[5]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/aclocal'
:
make[4]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/aclocal'
Making filelist in pkgdata
make[4]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/pkgdata' make[5]: Entering directory `/home/sztoor/download/gt4.0.7-all- source-installer/source-trees-thr/gsi/openssl_gpt/pkgdata'
make[5]: Nothing to be done for `filelist-am'.
make[5]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/pkgdata'
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: ` echo "/usr/local/globus-4.0.7//etc/ globus_packages//$p" >> ; \'
make[4]: *** [filelist-pkgDATA] Error 2
make[4]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/pkgdata'
make[3]: *** [filelist-recursive] Error 1
make[3]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt'
make[2]: *** [all_filelists] Error 1
make[2]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt/pkgdata'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sztoor/download/gt4.0.7-all-source- installer/source-trees-thr/gsi/openssl_gpt'

ERROR: Build has failed
make: *** [globus_openssl-thr] Error 2




I try to find solution in the archive. Only find one to check whether a simple C program works on the machine or not and it works fine.

I am using following version of openssl

bash-3.1# pkg-config --modversion openssl
0.9.8b


Thanks in Advanced.

Regards...
Salman Toor.

<config.log>


Reply via email to