gcc online help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AmberJain
    Recognized Expert Contributor
    • Jan 2008
    • 922

    gcc online help

    Well, I supppose in linux we can simply get help about gcc from terminal by typing "man gcc" command.

    Now I tried "man gcc" or "gcc/?" on windows, but failed to get any help from command prompt. So what'a the syntax for gcc help from cmd.exe on windows.

    THANKS TO EVERYONE FOR HELP.......

    ============
    AmbrNewlearner
    ============
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    Now I tried "man gcc" or "gcc/?" on windows
    There is no man on Windows. You won’t get anything like it on a Windows system. If you want to see the man pages, type it in Google.

    Comment

    • AmberJain
      Recognized Expert Contributor
      • Jan 2008
      • 922

      #3
      OK, I got it on google.

      Are all of command line flags of "gcc on windows" same as that of "gcc on linux" OR "gcc on unix"?

      PLUS, Which link below (gcc man for unix) or (gcc man for linux) should I follow for windows help on gcc?

      LINK-UNIX

      LINK-LINUX

      THANKS......

      ============
      AmbrNewlearner
      ============
      Last edited by AmberJain; Jun 7 '08, 02:53 PM. Reason: forgot to add something

      Comment

      • oler1s
        Recognized Expert Contributor
        • Aug 2007
        • 671

        #4
        The commandline flags are essentially the same. And it doesn’t make a difference if you rely on the linux man page vs. the UNIX man page.

        Comment

        • mac11
          Contributor
          • Apr 2007
          • 256

          #5
          You might also want to take a look at cygwin. It gives you a sort of linux within windows. You can have man pages, all the common utility programs from binutils, and linux style command prompts (which are far stronger than cmd.exe).

          Comment

          • jorba101
            New Member
            • Jun 2008
            • 86

            #6
            You might find also useful this link from the GNU

            http://gcc.gnu.org/onlinedocs/

            Greetings,

            Comment

            • AmberJain
              Recognized Expert Contributor
              • Jan 2008
              • 922

              #7
              Thanks oler1s, mac11 and jorba101....... ..

              ============
              AmbrNewlearner
              ============

              Comment

              Working...