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: help, please!


Darren Rauckman wrote:
> 
> I have installed b18, and i am having problems.  I try to compile a
> sample program and it says it cannot find cpp.  I have changed the
> GCC_EXEC_PREFIX to all kinds of things but I cant get it to work.  My
> cpp is hidden in a million directories down. How can I fix this, what am
> I missing, what am I doing wrong?
> 

Maybe it is necessary to try "env" command in bash to see whether the
GCC_EXEC_PREFIX has the right value when gcc invoking.

bath$ env

The following line can find cpp position if you can execute sed:

 bath$ cpp_path=`gcc --print-libgcc-file-name | sed 's/libgcc.a//'`; echo $cpp_path; ls -l $cpp_path


It will be a strange thing if the outputs are all normal....


Porcelin


-
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]