について非常に基本的な質問がありGNU/Libtool
ます。私のプロジェクトはによって構築され、によって構築さGNU/autotools
れた共有オブジェクトが含まれていますGNU/Libtool
。マシンi386
上で共有オブジェクトをコンパイルしたいので、次のようにします。x86-64
$ ./configure --build=i386
checking for a BSD-compatible install... /usr/bin/install -c
...
checking whether to build shared libraries... no
checking whether to build static libraries... yes
...
config.status: executing depfiles commands
config.status: executing libtool commands
$
構成スクリプトは、共有ライブラリがサポートされていないことを通知し、make
コマンドは失敗します。このクロスコンパイルの問題を修正するにはどうすればよいですか?
Libtool マニュアルで答えを見つける必要がありますか?