This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xrdb needs cpp, but i do not need gcc


----Original Message----
>From: Corinna Vinschen
>Sent: 22 September 2005 11:07

> On Sep 22 09:23, Karl-Olov Serrander wrote:
>> Seems that xrdb uses cpp when processing .Xdefaults, but cpp is only
>> included in gcc package. So xorg should depend on gcc but why not make
>> cpp a separate package since gcc is a very large package ?
>> 
>> I have already asked this in cygwin.xfree without any answers.
>> 
>> Any comments ?
> 
> Wrong mailing list.  

  No it isn't really, because the real question is "Could cpp be packaged
separately from gcc", regardless of whether for an X app that needs it or
otherwise, and the answer is "No, it can't be, because the preprocessor is
built into the compiler these days, not a standalone like it used to be; the
seeming standalone cpp.exe is just a driver that invokes cc1.exe with the -E
flag".

[  Historical note: And that's the reason why cygcheck always used to say  

>Not Found: cpp (good!)

because when it was a standalone it used to live in the gcc-lib subdir and
it was generally bad news if you got that in your $PATH, things used to
break.  ]

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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