configure 的疑惑 - Linux

Table of Contents

疑惑很久的一個問題
安裝很多軟體使用source code
使用./configure
常常都會出現這行
checking whether we are cross compiling... no

我每次都給他跳過軟體還是裝好好好的
請問這行代表的意思是
什麼時候才會出現
checking whether we are cross compiling... yes

還有這行
checking if gcc supports -fno-rtti -fno-exceptions... no
怎麼樣才能yes

--

All Comments