Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)

No.2377  Cygwinでのsslエラーについて
発言者: tani
発言日: 2004 08/05 23:50
 
始めまして、
早速質問で申し訳ないのですがgccでopensslコマンドを含んだ
コンパイル(リンク???)がどうしても通らないのですが、
何が原因で通らないのかどなたか教えて頂けないでしょうか?

環境
os windows2000
cygwin version 1.5.10-3
openssl version 0.9.7d-1
gcc version 3.3.1-3

エラー内容
$ gcc -o https.exe https.o
https.o(.text+0x273):https.c: undefined reference to `_SSL_load_error_strings'
https.o(.text+0x278):https.c: undefined reference to `_SSL_library_init'
https.o(.text+0x27d):https.c: undefined reference to `_SSLv23_client_method'
https.o(.text+0x285):https.c: undefined reference to `_SSL_CTX_new'
https.o(.text+0x29e):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x2b5):https.c: undefined reference to `_SSL_new'
https.o(.text+0x2ce):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x2ec):https.c: undefined reference to `_SSL_set_fd'
https.o(.text+0x305):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x316):https.c: undefined reference to `_RAND_poll'
https.o(.text+0x31b):https.c: undefined reference to `_RAND_status'
https.o(.text+0x37e):https.c: undefined reference to `_RAND_seed'
https.o(.text+0x38b):https.c: undefined reference to `_SSL_connect'
https.o(.text+0x3a4):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x401):https.c: undefined reference to `_SSL_write'
https.o(.text+0x41a):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x44f):https.c: undefined reference to `_SSL_read'
https.o(.text+0x4aa):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x4c1):https.c: undefined reference to `_SSL_shutdown'
https.o(.text+0x4da):https.c: undefined reference to `_ERR_print_errors_fp'
https.o(.text+0x4fc):https.c: undefined reference to `_SSL_free'
https.o(.text+0x507):https.c: undefined reference to `_SSL_CTX_free'
https.o(.text+0x50c):https.c: undefined reference to `_ERR_free_strings'
collect2: ld returned 1 exit status

一応opensslをソースからmakeしようとすると↓
Error makefile 1: Unknown preprocessor statement
と出てmake出来ませんでした。


▼関連発言

2377:Cygwinでのsslエラーについて [tani] 08/05
 └2378:Re:Cygwinでのsslエラーについて [k] 08/06
  └2379:Re[2]:Cygwinでのsslエラーについて [tani] 08/06
   └2380:Re[3]:Cygwinでのsslエラーについて [n] 08/06
    └2381:Re[4]:Cygwinでのsslエラーについて [tani] 08/06 <

Pass 保存

早田のホームページへ
CGIROOM