faqts : Computers : Internet : Web Servers : Apache : Installation and Setup : Compiling

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 4 people (75%) answered Yes
Recently 3 of 4 people (75%) answered Yes

Entry

What test is being preformed in the config script when it says checking whether C compiler works???

Apr 15th, 2002 12:34
Daniel Pennell, George Baker,


The configuration script is looking in your $path for "gcc" and then for
"cc".  What ever it finds first in your $path that is what is will 
use.  If you have "gcc" and "cc" in your $path and you want it to use
"cc" you have to change your $path so it does not have "gcc" in it 
so "cc" will be used.