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: B20 bug reporting


Theodore Jump wrote:
> Question: cygckeck -s reports that it can't find either cpp or gdb on my system
> (B20 of course), however I can compile cpp code with either "c++" or "g++" so I
> must assume that it *can*.
> 
> Just wanted to report this oddity.

Odd if you don't know why I added a check for that.  "cpp" is a common
name that competing products may use for *their* pre-processor.
I check for it to make sure that it is *not* there, so that we
can be sure that gcc is using its own cpp, which is normally *not*
on the PATH.

DJGPP users encounter this problem occasionally with Borland C
installed.

"cpp" is the C Pre-Processor, which has little specifically to do with
the C++ language; it is used for C and C++ programs, some ASM files, and
other purposes as well.
-
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]