configure 的疑惑 - Linux

By Yuri
at 2008-11-03T18:51
at 2008-11-03T18:51
Table of Contents
※ 引述《bonka72 (KingJ)》之銘言:
: 疑惑很久的一個問題
: 安裝很多軟體使用source code
: 使用./configure
: 常常都會出現這行
: checking whether we are cross compiling... no
: 我每次都給他跳過軟體還是裝好好好的
: 請問這行代表的意思是
: 什麼時候才會出現
: checking whether we are cross compiling... yes
這應該和 cross compilation 有關...
印象中發展嵌入式系統時才會比較有機會用到這個...
例如一台機器是 build machine(也許是 PC), 另一台是 target machine..
code 是在 PC 上 build, 但是是拿到 target machine 去執行...
這時在 PC 上 compile 的動作就叫 cross compilation...
回答上面問題...checking whether we are cross compiling... no 是正常的..
因為你本來就是在相同的機器, 相同的系統上 compile & 執行...
: 還有這行
: checking if gcc supports -fno-rtti -fno-exceptions... no
: 怎麼樣才能yes
--
: 疑惑很久的一個問題
: 安裝很多軟體使用source code
: 使用./configure
: 常常都會出現這行
: checking whether we are cross compiling... no
: 我每次都給他跳過軟體還是裝好好好的
: 請問這行代表的意思是
: 什麼時候才會出現
: checking whether we are cross compiling... yes
這應該和 cross compilation 有關...
印象中發展嵌入式系統時才會比較有機會用到這個...
例如一台機器是 build machine(也許是 PC), 另一台是 target machine..
code 是在 PC 上 build, 但是是拿到 target machine 去執行...
這時在 PC 上 compile 的動作就叫 cross compilation...
回答上面問題...checking whether we are cross compiling... no 是正常的..
因為你本來就是在相同的機器, 相同的系統上 compile & 執行...
: 還有這行
: checking if gcc supports -fno-rtti -fno-exceptions... no
: 怎麼樣才能yes
--
Tags:
Linux
All Comments
Related Posts
vmware下安裝多台linux 並都使用bridge

By William
at 2008-11-03T16:14
at 2008-11-03T16:14
configure 的疑惑

By Ivy
at 2008-11-03T15:20
at 2008-11-03T15:20
Linux有無fcinfo這類型的軟體?

By Cara
at 2008-11-03T15:08
at 2008-11-03T15:08
Linux有無fcinfo這類型的軟體?

By Vanessa
at 2008-11-03T11:52
at 2008-11-03T11:52
proftpd 設定問題

By Cara
at 2008-11-03T11:15
at 2008-11-03T11:15