This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help installing on win 95 OS


On Oct 25, 1999, The Sorceror <crichton@arcom.com.au> wrote:

> E:\progs\Cprogs>gcc -o hello hello.c
> hello.c:5: No include path in which to find stdio.h

You should probably set GCC_EXEC_PREFIX to the lib/gcc-lib directory
within the gcc installation tree.  You may also have to set
GCC_INCLUDE_DIR, if the header files are in some unusual location.
See the GCC manual for more details.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]