Script started on Wed Aug 26 05:26:54 2009
doctor.nl2k.ab.ca//usr/source/openssl-1.0.0-stable-SNAP-20090826$ make
making all in crypto...
ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o 
ebcdic.o uid.o o_time.o o_str.o o_dir.o mem_clr.o
/usr/bin/ranlib ../libcrypto.a || echo Never mind.
making all in crypto/objects...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/whrlpool...
making all in crypto/des...
making all in crypto/aes...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/camellia...
making all in crypto/seed...
making all in crypto/modes...
making all in crypto/bn...
making all in crypto/ec...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/ecdsa...
making all in crypto/dh...
making all in crypto/ecdh...
making all in crypto/dso...
making all in crypto/engine...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in crypto/ocsp...
making all in crypto/ui...
making all in crypto/krb5...
making all in crypto/cms...
making all in crypto/pqueue...
making all in crypto/ts...
making all in crypto/jpake...
making all in crypto/store...
if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then  (cd ..; make 
libcrypto.so.1.0.0);  fi
making all in ssl...
if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then  (cd ..; make 
libssl.so.1.0.0);  fi
making all in engines...
echo 

making all in engines/ccgost...
making all in apps...
gcc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB 
-DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN 
-DHAVE_DLFCN_H -g -O2 -Wall   -DPERL5 -DL_ENDIAN -DTERMIOS -fomit-frame-pointer 
-O2 -Wall -g -DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_EXPERIMENTAL_STORE 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM 
-DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c s_socket.c
s_socket.c: In function `init_client_ip':
s_socket.c:245: storage size of `them' isn't known
s_socket.c:251: `AF_INET' undeclared (first use in this function)
s_socket.c:251: (Each undeclared identifier is reported only once
s_socket.c:251: for each function it appears in.)
s_socket.c:260: `SOCK_STREAM' undeclared (first use in this function)
s_socket.c:261: warning: implicit declaration of function `socket'
s_socket.c:261: `IPPROTO_TCP' undeclared (first use in this function)
s_socket.c:263: `SOCK_DGRAM' undeclared (first use in this function)
s_socket.c:263: `IPPROTO_UDP' undeclared (first use in this function)
s_socket.c:265: `INVALID_SOCKET' undeclared (first use in this function)
s_socket.c:276: warning: implicit declaration of function `connect'
s_socket.c:245: warning: unused variable `them'
s_socket.c:246: warning: unused variable `i'
s_socket.c: In function `do_server':
s_socket.c:298: `SOCK_STREAM' undeclared (first use in this function)
s_socket.c:302: warning: implicit declaration of function `SHUTDOWN'
s_socket.c:311: warning: implicit declaration of function `SHUTDOWN2'
s_socket.c: In function `init_server_long':
s_socket.c:323: storage size of `server' isn't known
s_socket.c:329: `AF_INET' undeclared (first use in this function)
s_socket.c:332: `INADDR_ANY' undeclared (first use in this function)
s_socket.c:341: `SOCK_STREAM' undeclared (first use in this function)
s_socket.c:342: `IPPROTO_TCP' undeclared (first use in this function)
s_socket.c:344: `SOCK_DGRAM' undeclared (first use in this function)
s_socket.c:344: `IPPROTO_UDP' undeclared (first use in this function)
s_socket.c:346: `INVALID_SOCKET' undeclared (first use in this function)
s_socket.c:354: warning: implicit declaration of function `bind'
s_socket.c:362: warning: implicit declaration of function `listen'
s_socket.c:323: warning: unused variable `server'
s_socket.c: In function `do_accept':
s_socket.c:383: storage size of `from' isn't known
s_socket.c:400: warning: implicit declaration of function `accept'
s_socket.c:401: `INVALID_SOCKET' undeclared (first use in this function)
s_socket.c:431: warning: implicit declaration of function `gethostbyaddr'
s_socket.c:432: `AF_INET' undeclared (first use in this function)
s_socket.c:432: warning: assignment makes pointer from integer without a cast
s_socket.c:445: dereferencing pointer to incomplete type
s_socket.c:450: dereferencing pointer to incomplete type
s_socket.c:450: dereferencing pointer to incomplete type
s_socket.c:459: dereferencing pointer to incomplete type
s_socket.c:383: warning: unused variable `from'
s_socket.c:383: storage size of `from' isn't known
s_socket.c: In function `host_ip':
s_socket.c:526: dereferencing pointer to incomplete type
s_socket.c:526: `AF_INET' undeclared (first use in this function)
s_socket.c:531: dereferencing pointer to incomplete type
s_socket.c:532: dereferencing pointer to incomplete type
s_socket.c:533: dereferencing pointer to incomplete type
s_socket.c:534: dereferencing pointer to incomplete type
s_socket.c: In function `extract_port':
s_socket.c:551: warning: implicit declaration of function `getservbyname'
s_socket.c:551: warning: assignment makes pointer from integer without a cast
s_socket.c:557: dereferencing pointer to incomplete type
s_socket.c: At top level:
s_socket.c:566: field `ent' has incomplete type
s_socket.c:568: confused by earlier errors, bailing out
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/openssl-1.0.0-stable-SNAP-20090826$ less    
  exit
exit

Script done on Wed Aug 26 05:28:21 2009

Script done on Wed Aug 26 05:28:21 2009
-- 
Member - Liberal International  This is doc...@nl2k.ab.ca
Ici doc...@nl2k.ab.ca God, Queen and country! Beware Anti-Christ rising!
Never Satan President Republic!
The fool says in his heart, "There is no God". They are corrupt, and their ways 
are vile; there is no one who does good. - Ps 53:1
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to