This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: gnu compiler


Michael Hirmke writes:
 > Hi Mark,
 > 
 > > Cygnus:
 > > I have a dx4100 w/16mb ram win95 op sys:
 > > 
 > > I have installed gcc compiler with environment variable and path set as
 > > noted,
 > > I am getting error messages like "...cannot exec cpp no such file ...." I
 > > put the directory that contains the cpp.exe in the path statement and
 > > rerun--I get error messages like iostream.h not found (or something
 > > similar).
 > 
 > IMHO you didn't set GCC_EXEC_PREFIX (correctly) - it should be
 > 
 > set GCC_EXEC_PREFIX=%CYGROOT%\lib\gcc-lib\
 >                                          ^ note the trailing backslash !
or if its in your .bashrc file:

export GCC_EXEC_PREFIX=%CYGROOT%\\lib\\gcc-lib\\
                                               ^^ note the trailing backslashes !

Tibor
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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