Click to See Complete Forum and Search --> : GCC Install


unreal128
11-13-2002, 10:50 PM
I am working on a stripped system (no development tools) at work and am installing GNU applications. The one I am trying to install is GCC and my problem is that when I try to compile code it can't find basic headers (ie. stdio.h) even though I have it pathed in my profile. Even when I put the absolute pathname in the script, it will still look for other called functions and can't.

mdwatts
11-14-2002, 07:43 AM
Are you using './configure' to install GCC?

With 'configure', you should be able to pass parms/options to tell where certain files are located.

i.e.

./configure --with-includes=/path/to