This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: The standard library version in g++


"Alex Vinokur" <alexvn@connect.to> wrote ...
>
> "Martin Gainty" <mgainty@hotmail.com> wrote in message
news:Law10-OE36QafZGEKHQ0003adc5@hotmail.com...
> > g++ --version
>
> $ g++ --version
> g++ (GCC) 3.2 20020927 (prerelease)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> But I don't see here a version of the standard _library_ .

g++ -H input_file_including_<new>.cpp

==>
-H
Print the name of each header file used, in addition to other normal activities.
Each name is indented to show how deep in the #include stack it is.




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


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