configure 的疑惑 - Linux

Annie avatar
By Annie
at 2008-11-03T21:55

Table of Contents

※ 引述《bonka72 (KingJ)》之銘言:
: 疑惑很久的一個問題
: 安裝很多軟體使用source code
: 使用./configure
: 常常都會出現這行
: checking whether we are cross compiling... no
: 我每次都給他跳過軟體還是裝好好好的
: 請問這行代表的意思是
: 什麼時候才會出現
: checking whether we are cross compiling... yes

做 cross compiling 的時候就會變 yes 了

ex:
./configure --host=arm-angstrom-linux-gnueabi


--


我想你會衰成這樣都是我害的
---- Tizzy Mac

緊張的麥金塔?這是誰(._.?)

--
Tags: Linux

All Comments

configure 的疑惑

Yuri avatar
By Yuri
at 2008-11-03T18:51
※ 引述《bonka72 (KingJ)》之銘言: : 疑惑很久的一個問題 : 安裝很多軟體使用source code : 使用./configure : 常常都會出現這行 : checking whether we are cross compiling... no : 我每次都給他跳過軟體還是裝好好好的 ...

proftpd 設定問題

Anonymous avatar
By Anonymous
at 2008-11-03T18:42
若是你安裝好,系統基本都幫你自動搞定. 你只要更改基本設定即可 當你啟動Service時. 你可以透過 下列兩指令觀看Service ps -aux | grep YOUR_SERVICE.NAME, EX.ps -aux | grep ftp netstat -an | grep SERVICE.PORT, ...

修改開機呈現內容

Queena avatar
By Queena
at 2008-11-03T18:34
if your env. is bash, you can use `ls -al` to view all files in your home dir include hidden files, such as .basch_rc, and you can edit /etc/bashrc file. i ...

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 ...