configure 的疑惑 - Linux

Yuri avatar
By Yuri
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

--
Tags: Linux

All Comments

vmware下安裝多台linux 並都使用bridge

William avatar
By William
at 2008-11-03T16:14
我想在vmware下模擬多台fedora 並使用bridge 卻發現同時只能有一台上網...= = 不知道大家有沒有這樣設定過 或是...有什麼方法可以教我的= = thx - ...

configure 的疑惑

Ivy avatar
By Ivy
at 2008-11-03T15:20
疑惑很久的一個問題 安裝很多軟體使用source code 使用./configure 常常都會出現這行 checking whether we are cross compiling... no 我每次都給他跳過軟體還是裝好好好的 請問這行代表的意思是 什麼時候才會出現 checking whether ...

Linux有無fcinfo這類型的軟體?

Cara avatar
By Cara
at 2008-11-03T15:08
不知道 cat /proc/scsi/下面裝置的狀態你能不能接受 例如 cat /proc/scsi/qla2300/0這樣的 ※ 引述《sealoe (YoY)》之銘言: : http://docs.sun.com/app/docs/doc/816-5166/fcinfo-1m?l=zh_TWanda ...

Linux有無fcinfo這類型的軟體?

Vanessa avatar
By Vanessa
at 2008-11-03T11:52
http://docs.sun.com/app/docs/doc/816-5166/fcinfo-1m?l=zh_TWandamp;a=view http://www.microsoft.com/downloads/details.aspx?FamilyID=73d7b879 -55b2-4629-8734- ...

proftpd 設定問題

Cara avatar
By Cara
at 2008-11-03T11:15
inetd/xinetd standalone ? 你錯很大 ※ 引述《sunfox (三福士)》之銘言: : 基本上 port 好像沒有開不開的問題 : linux 一安裝好 一些網路服務用的PORT 就已經被指定在 : /etc/services 這一個檔案裏面 : 但是也要你的程式有動作 ...