Hi there I'm installing Globus Toolkist from source in a Sun Blade 100 and when it starts building openssl I get this error but I can't find what it is: ********************** Dependencies Complete checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking OpenSSL CFLAGS... using ' ' checking OpenSSL INCLUDES... using ' ' checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ANSI C... none needed checking dependency style of /usr/bin/gcc... none checking OpenSSL LDFLAGS... using '-lssl -lcrypto ' checking OpenSSL LIBS... using '-lssl -lcrypto ' configure: error: Unable to link with SSL
make: *** [globus_system_openssl-thr] Error 1 ********************** And here is what the config.los says: ********************** configure:1280: result: no configure:1600: checking for a BSD-compatible install configure:1655: result: /usr/bin/install -c configure:1666: checking whether build environment is sane configure:1709: result: yes configure:1774: checking for gawk configure:1790: found /usr/bin/gawk configure:1800: result: gawk configure:1810: checking whether make sets $(MAKE) configure:1830: result: yes configure:2010: checking OpenSSL CFLAGS configure:2017: result: using ' ' configure:2021: checking OpenSSL INCLUDES configure:2030: result: using ' ' configure:2045: checking for style of include used by make configure:2073: result: GNU configure:2144: checking for gcc configure:2170: result: /usr/bin/gcc configure:2414: checking for C compiler version configure:2417: /usr/bin/gcc --version </dev/null >&5 gcc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2420: $? = 0 configure:2422: /usr/bin/gcc -v </dev/null >&5 Using built-in specs. Target: sparc-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-cpu=v8 --with-long-double-128 --enable-checking=release --build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:2425: $? = 0 configure:2427: /usr/bin/gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2430: $? = 1 configure:2453: checking for C compiler default output file name configure:2456: /usr/bin/gcc -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr -L/usr/local/globus-4.2.1/lib -m64 conftest.c -lpthread >&5 configure:2459: $? = 0 configure:2505: result: a.out configure:2510: checking whether the C compiler works configure:2516: ./a.out configure:2519: $? = 0 configure:2536: result: yes configure:2543: checking whether we are cross compiling configure:2545: result: no configure:2548: checking for suffix of executables configure:2550: /usr/bin/gcc -o conftest -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr -L/usr/local/globus-4.2.1/lib -m64 conftest.c -lpthread >&5 configure:2553: $? = 0 configure:2578: result: configure:2584: checking for suffix of object files configure:2605: /usr/bin/gcc -c -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 configure:2608: $? = 0 configure:2630: result: o configure:2634: checking whether we are using the GNU C compiler configure:2658: /usr/bin/gcc -c -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 configure:2664: $? = 0 configure:2668: test -z || test ! -s conftest.err configure:2671: $? = 0 configure:2674: test -s conftest.o configure:2677: $? = 0 configure:2690: result: yes configure:2696: checking whether /usr/bin/gcc accepts -g configure:2717: /usr/bin/gcc -c -g -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 configure:2723: $? = 0 configure:2727: test -z || test ! -s conftest.err configure:2730: $? = 0 configure:2733: test -s conftest.o configure:2736: $? = 0 configure:2747: result: yes configure:2764: checking for /usr/bin/gcc option to accept ANSI C configure:2834: /usr/bin/gcc -c -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 configure:2840: $? = 0 configure:2844: test -z || test ! -s conftest.err configure:2847: $? = 0 configure:2850: test -s conftest.o configure:2853: $? = 0 configure:2871: result: none needed configure:2889: /usr/bin/gcc -c -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2895: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3030: checking dependency style of /usr/bin/gcc configure:3120: result: none configure:3154: /usr/bin/gcc -c -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr conftest.c >&5 configure:3160: $? = 0 configure:3164: test -z || test ! -s conftest.err configure:3167: $? = 0 configure:3170: test -s conftest.o configure:3173: $? = 0 configure:3186: checking OpenSSL LDFLAGS configure:3195: result: using '-lssl -lcrypto ' configure:3199: checking OpenSSL LIBS configure:3208: result: using '-lssl -lcrypto ' configure:3228: /usr/bin/gcc -o conftest -g -m64 -Wall -I/usr/local/globus-4.2.1/include -I/usr/local/globus-4.2.1/include/gcc64dbgpthr -L/usr/local/globus-4.2.1/lib -m64 -lssl -lcrypto conftest.c -lpthread -lssl -lcrypto >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/sparc-linux-gnu/4.3.2/../../../libssl.so when searching for -lssl /usr/bin/ld: skipping incompatible /usr/lib/gcc/sparc-linux-gnu/4.3.2/../../../libssl.a when searching for -lssl /usr/bin/ld: skipping incompatible /usr/bin/../lib/libssl.so when searching for -lssl /usr/bin/ld: skipping incompatible /usr/bin/../lib/libssl.a when searching for -lssl /usr/bin/ld: skipping incompatible /usr/lib/libssl.so when searching for -lssl /usr/bin/ld: skipping incompatible /usr/lib/libssl.a when searching for -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status configure:3234: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <openssl/ssl.h> | int | main () | { | SSL_library_init(); | ; | return 0; | } configure:3254: error: Unable to link with SSL ********************** I have to say that I have installed libssl-dev. I hope somebody could help me, thanks