Installing CtCmd on Windows

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Installing CtCmd on Windows

    What are cl and dumpbin?

    I am trying to configure CtCmd and I was reading the INSTALL document
    before proceeding. It stated that I must be able to perform cl and
    dumpbin from the command line before proceeding. What products are cl
    and dumpbin contained in?

    Thanks;

    Sherman
    Sherman Willden Guest

  2. Similar Questions and Discussions

    1. CF 7.0.1 updater not installing in windows
      I downloaded the coldfusion 7.0.1 updater for windows. When I clicked on the setup file a dialog box was visable for a split second before it went...
    2. Installing CFMX7 on Windows ME
      Hi, I've tried to install CFMX7 four times now, and everytime I've run into the problem of it just stopping at 'Creating Coldfusion directory' I've...
    3. Installing windows from a USB HD
      Is it possible to copy the windows CD to a USB HD and then install from here to the computers internal HD. The reason for doing so is i would...
    4. Installing PHP4.3 on Windows XP
      Erm, help, chaps! I'm trying to get PHP 4.3 working on Windows XP with IIS as server. Was able to make the CGI installation program go through...
    5. installing windows xp pro.
      I need to install Windows XP Pro. on a loptop. The loptop already has Windows XP Home edition. Do I need to erase the hard drive and re-format...
  3. #2

    Default Re: Installing CtCmd on Windows

    Sherman Willden wrote:
    > What are cl and dumpbin?
    > I am trying to configure CtCmd and I was reading the INSTALL document
    > before proceeding. It stated that I must be able to perform cl and
    > dumpbin from the command line before proceeding. What products are cl
    > and dumpbin contained in?
    My personal experience is reading instructions provided with
    any product, is a highly beneficial activity.

    Your clearcase ctcmd module documentation discusses those
    Microsoft Visual C commands, quite clearly.

    Brass tacks is if you don't have Microsoft Visual C 5.x or greater,
    forget this module. This module, like other modules, could be
    compiled with a variety of excellent free compilers, such as
    Borland or Watcom. However, Larry Wall has sold out to Microsoft.
    Perl, as this applies to Win32 applications, is now Microsoft
    propriety software.

    You could buy Microsoft Visual C. Correct me if I am wrong, I believe
    current market price is around five-hundred to eight-hundred dollars.

    Borland and Watcom, are free, in comparison.


    Purl Gurl
    --
    "...you can survive and program in perl while still possessing a pathetic
    and possibly wildly wrong knowledge of the language (Purl Gurl, anyone?)"
    - Dan Sugalski, Perl 5 Porter, Advocacy Perl Org
    Purl Gurl Guest

  4. #3

    Default Re: Installing CtCmd on Windows

    Purl Gurl <purlgurl@purlgurl.net> wrote in message
    >
    > Brass tacks is if you don't have Microsoft Visual C 5.x or greater,
    > forget this module. This module, like other modules, could be
    > compiled with a variety of excellent free compilers, such as
    > Borland or Watcom.

    However, Larry Wall has sold out to Microsoft.
    > Perl, as this applies to Win32 applications, is now Microsoft
    > propriety software.
    Do you know of any documents substantiating this, and could you
    post the URL's of any such documents?

    >
    > Purl Gurl
    Bryan Castillo Guest

  5. #4

    Default Re: Installing CtCmd on Windows

    Bryan Castillo wrote:
    > Purl Gurl wrote:
    (snippage not noted by Castillo, context deliberately changed by Castillo)
    > > Brass tacks is if you don't have Microsoft Visual C 5.x or greater,
    > > forget this module. This module, like other modules, could be
    > > compiled with a variety of excellent free compilers, such as
    > > Borland or Watcom.
    > > However, Larry Wall has sold out to Microsoft. Perl, as this
    > > applies to Win32 applications, is now Microsoft propriety software.
    > Do you know of any documents substantiating this, and could you
    > post the URL's of any such documents?
    Perl core compiled for Win32, is this document. Any Perl module compiled
    for Win32, is this document. Indigo Perl is this document. Activestate
    is this document. Perl documentation documents this, as well.

    I bet you sometimes have problems with walking into walls, with this
    inability of yours to notice what is right in front of your face.


    Purl Gurl
    --
    "Um, Purl, did you know that anglo-saxons are much more in tune with
    identifying idiots than Choktaws?"
    - Jerome O'Neil, Promoting Racism
    Purl Gurl Guest

  6. #5

    Default Re: Installing CtCmd on Windows

    Thanks for everyone's replys. I now know where to start looking. I do
    have Visual Studio installed and have scripted all the builds for
    VC++, VB, etc. We just set up ClearCase client on my machine.

    Sherman
    Sherman Willden Guest

  7. #6

    Default Re: Installing CtCmd on Windows

    Purl Gurl <purlgurl@purlgurl.net> wrote in message news:<3EFC3BDF.D8DF9173@purlgurl.net>...
    > Bryan Castillo wrote:
    <snip>
    >
    >
    > > > However, Larry Wall has sold out to Microsoft. Perl, as this
    > > > applies to Win32 applications, is now Microsoft propriety software.
    >
    > > Do you know of any documents substantiating this, and could you
    > > post the URL's of any such documents?
    >
    > Perl core compiled for Win32, is this document. Any Perl module compiled
    > for Win32, is this document. Indigo Perl is this document. Activestate
    > is this document. Perl documentation documents this, as well.
    >
    I've been trying to figure out exactly what you are talking about and
    have been searching google for articles and have read the license
    agreements distributed with Indigo and ActiveState distributions.
    I don't see how Larry Wall sold out to Microsoft and I do not
    see how perl is Microsoft proprietary software.

    Are you reffering to the way companies distribute perl with the artistic
    license, while also distributing other tools under their own
    license?
    > I bet you sometimes have problems with walking into walls, with this
    > inability of yours to notice what is right in front of your face.
    >
    You are right, I have been known to walk into walls.
    Often, I am wrong and ill informed and would appreciate your help
    in understanding how Larry Wall sold out to Microsoft.


    Thank you.
    >
    > Purl Gurl
    Bryan Castillo Guest

  8. #7

    Default Re: Installing CtCmd on Windows

    Ok, I got it.
    1. Didn't have ClearCase in the path, lib, or inc
    2. Even after putting in the path to ClearCase the scripts still
    couldn't find it. The path should be C:\Program
    Files\rational\ClearCase\bin. The path where ClearCase is installed is
    C:\Program Files\rational\bin. I set the CLEARCASEHOME environment
    variable to C:\Program Files\rational\bin.

    CtCmd is now installed.

    Sherman

    [email]sherman.willden@hp.com[/email] (Sherman Willden) wrote in message news:<3a80d8d6.0306271051.31b2fd3e@posting.google. com>...
    > I reinstalled Visual Studio on my hosts and CtCmd installed
    > wonderfully on one of them. The other produces this output:
    >
    > Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
    > Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
    >
    > cp CtCmd.pm blib\lib\ClearCase\CtCmd.pm
    > AutoSplitting blib\lib\ClearCase\CtCmd.pm
    > (blib\lib\auto\ClearCase\CtCmd)
    > perl autoDef cmdsyn.conf
    > getOrdinal failed on cmdsyn_exec
    > NMAKE : fatal error U1077: 'perl' : return code '0x9d'
    > Stop.
    >
    > H:\ClearCase\CtCmd-1.03\CtCmd>
    >
    > Any ideas? Where do I look when I get errors like this?
    >
    > Thanks;
    >
    > Sherman
    Sherman Willden Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139