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: more make problems...


"John E. Young" wrote:

> gcc -E  makefile.cpp  -o makefile

You may want to try the following to get some more infos.

gcc -E -H makefile.cpp  -o makefile

or

gcc -E -dM makefile.cpp  -o makefile


or

gcc -E -dD makefile.cpp  -o makefile

Enjoy

--
Gilles-Claude Rajaobelina \\\///    | mailto:gc.rajaobelina@tele-services.net |
GNU'ries                  (o  o)    | http://perso.wanadoo.fr/gcr \\\///      |
                       oOO--(_)--OOo| Tel:(33)01.xx.xx.xx.xx      (o  o)      |
78340 Les Clayes sous Bois, FRANCE  | Fax:(33)01.xx.xx.xx.xx  oOO--(_)--OOo   |




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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