autoconfのアレでmingwに合わせるときによくやるやつ。
64bit環境入れた時の覚書。
./configure --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-static --enable-dynamic
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
autoconfのアレでmingwに合わせるときによくやるやつ。
64bit環境入れた時の覚書。
./configure --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-static --enable-dynamic
Register as a new user and use Qiita more conveniently
Go to list of users who liked