19th Fri
configure時にarのオプションを指定する方法のメモ
autotoolsによるパッケージのconfigure時に、ar (ARで指定できる) のオプションは、
pre>>
% ./configure AR_FLAGS={ar_options_go_here}
<<--
という感じに指定します。アンダースコアが入るのが紛らわしいですね。
posted by
genki on Fri 19 Mar 2010 at 08:40 with 0 comments
autotoolsによるパッケージのconfigure時に、ar (ARで指定できる) のオプションは、
pre>>
% ./configure AR_FLAGS={ar_options_go_here}
<<--
という感じに指定します。アンダースコアが入るのが紛らわしいですね。