2017-01-19 23 views

答えて

1

@ myd620私はMac OS XとUbuntu 14.04 LTS(どちらも64ビットアーキテクチャ)の両方でこれをテストしました。


UBUNTU 14.04 LTS

(wolfsslルート)/src/.libs/は両方が含まれています

Jan 19 11:55 libwolfssl.a  <- static 
Jan 19 11:55 libwolfssl.so.3.6.0 <- shared 


のMac OS X

Jan 19 11:52 libwolfssl.3.dylib <- shared 
Jan 19 11:52 libwolfssl.a  <- static 

システムでこのコマンドの出力はどのようなものですか?

./config.status —version 

鉱山がある:

UBUNTU 14.04 LTS

wolfssl config.status 3.10.0 
configured by ./configure, generated by GNU Autoconf 2.69, 
with options "'--enable-static' '--enable-shared' '--enable-openssh' '--enable-opensslextra'" 

Copyright (C) 2012 Free Software Foundation, Inc. 
This config.status script is free software; the Free Software Foundation 
gives unlimited permission to copy, distribute and modify it. 

のMac OS X

wolfssl config.status 3.10.0 
configured by ./configure, generated by GNU Autoconf 2.69, 
with options "'--enable-static' '--enable-shared' '--enable-openssh' '--enable-opensslextra' 'CC=gcc'" 

Copyright (C) 2012 Free Software Foundation, Inc. 
This config.status script is free software; the Free Software Foundation 
gives unlimited permission to copy, distribute and modify it. 
関連する問題