<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need Help !!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921148#M817397</link>
    <description>Shahnon's way&lt;BR /&gt; go to&lt;BR /&gt;&lt;A href="http://www.cvshome.org/dev/codeunix.html" target="_blank"&gt;http://www.cvshome.org/dev/codeunix.html&lt;/A&gt;&lt;BR /&gt;click on the 10.20 link&lt;BR /&gt;Unix: HP HP-UX B.10.20 A &lt;BR /&gt;that will start the download of this file.&lt;BR /&gt;download cvs-1.11.5-HP.gz&lt;BR /&gt;/usr/contrib/bin/gunzip cvs-1.11.5-HP.gz&lt;BR /&gt;chmod 555 cvs-1.11.5-HP&lt;BR /&gt;mv cvs-1.11.5-HP /usr/bin/cvs&lt;BR /&gt;your done!&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Mar 2003 18:00:52 GMT</pubDate>
    <dc:creator>Paul Sperry</dc:creator>
    <dc:date>2003-03-06T18:00:52Z</dc:date>
    <item>
      <title>Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921133#M817382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have to configure CVS by today morning...this is first time I'm using CVS&lt;BR /&gt;&lt;BR /&gt;Can someone give me full detail installation guide...??? &lt;BR /&gt;&lt;BR /&gt;I'm using HPUX 10.20 7** ..I have downloaded the gzip file cvs homepage.. (cvs-1.11.5)&lt;BR /&gt;&lt;BR /&gt;I have no programming skills&lt;BR /&gt;&lt;BR /&gt;Can someone help me...need to be done urgently(last minute request)&lt;BR /&gt;&lt;BR /&gt;good answer will be rewarded &lt;BR /&gt;&lt;BR /&gt;TiA &lt;BR /&gt;DD</description>
      <pubDate>Thu, 06 Mar 2003 16:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921133#M817382</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921134#M817383</link>
      <description>Direct from the proverbial horses mouth...&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 06 Mar 2003 16:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921134#M817383</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-03-06T16:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921135#M817384</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;unzip the file&lt;BR /&gt;#gunzip &lt;FILE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;and tell us the file format (depot or tar or cpio ...)&lt;/FILE&gt;</description>
      <pubDate>Thu, 06 Mar 2003 16:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921135#M817384</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-03-06T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921136#M817385</link>
      <description>First of all you need to have gcc version 3.2 installed&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gunzip cvs-1.11.5-ss-11.00.tar.gz&lt;BR /&gt;&lt;BR /&gt;tar -xvf cvs-1.11.5-ss-11.00.tar&lt;BR /&gt;&lt;BR /&gt;cd cvs-1.11.5&lt;BR /&gt;&lt;BR /&gt;  Run "configure" to generate the Makefiles&lt;BR /&gt;&lt;BR /&gt;  Run "gmake" in the top level dir.&lt;BR /&gt;&lt;BR /&gt;  Use "gmake -n install" to check the defaults, then "make install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To Test:&lt;BR /&gt;=========&lt;BR /&gt;export CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'&lt;BR /&gt;cvs login&lt;BR /&gt;cvs -z3 checkout -r gnome-libs-1-0 -d gnome-libs-stable gnome-libs&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 16:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921136#M817385</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T16:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921137#M817386</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info...&lt;BR /&gt;&lt;BR /&gt;Can I download the HPUX 11.00 gcc3.2 from hpux.cs.utah.edu archive ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;DD</description>
      <pubDate>Thu, 06 Mar 2003 16:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921137#M817386</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921138#M817387</link>
      <description>yes&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;gcc-3.2&lt;BR /&gt;Gnu C, C++ and Fortran compilers and binutils. This is a combination of GNU's gcc-core, gcc-g++, gcc-g77 and binutils source packages, but with the non-HP-UX source code removed to reduce the overall size of the download. Compulsory pre-requisites for building or running this package now include GNU make, GNU bison and GNU flex. If you are you using an IPF platform, please build and/or install the gccipf package instead - this gcc package will NOT work on the IPF platform.&lt;BR /&gt;&lt;BR /&gt;Author: Cygnus Development Team &lt;GCC&gt;&lt;BR /&gt;Home: &lt;A href="http://gcc.gnu.org/" target="_blank"&gt;http://gcc.gnu.org/&lt;/A&gt;&lt;BR /&gt;Installation Tree: /usr/local &lt;BR /&gt;Dependencies: bison flex make &lt;BR /&gt;Other Versions: 3.1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Man Page&lt;BR /&gt;&lt;BR /&gt;Packages Available: (help!) &lt;BR /&gt;HP-UX 11.00 PA-RISC Binary Depot (gzipped) [HTTP] [FTP] &lt;BR /&gt;(Size: 19.36 MB, Archived: 17 Aug 2002)&lt;BR /&gt;&lt;BR /&gt;HP-UX Source Code Tar Image (gzipped) [HTTP] [FTP] &lt;BR /&gt;(Size: 20.91 MB, Archived: 17 Aug 2002)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/GCC&gt;</description>
      <pubDate>Thu, 06 Mar 2003 17:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921138#M817387</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T17:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921139#M817388</link>
      <description>From &lt;A href="http://www.cvshome.com," target="_blank"&gt;www.cvshome.com,&lt;/A&gt; you can download the pre-compiled binary.  No need to gcc anything that way.&lt;BR /&gt;&lt;BR /&gt;The same binary should work in HP-UX 11.x just as it does in version 10.20.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 06 Mar 2003 17:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921139#M817388</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-03-06T17:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921140#M817389</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;after I gunzip -d &lt;GCC&gt; it become .depot&lt;BR /&gt;but when I try to swinstall -s &lt;GCC...DEPOT&gt; it returm error..&lt;BR /&gt;Could not contact host "gcc-3.2-sd-11.00.depot". makesure the hostname is correct&lt;BR /&gt;&lt;BR /&gt;What should I do now ...&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;DD&lt;/GCC...DEPOT&gt;&lt;/GCC&gt;</description>
      <pubDate>Thu, 06 Mar 2003 17:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921140#M817389</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921141#M817390</link>
      <description>swinstall -x autoreboot=true -x patch_match_target=true -s gcc***.depot</description>
      <pubDate>Thu, 06 Mar 2003 17:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921141#M817390</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T17:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921142#M817391</link>
      <description>ok .&lt;BR /&gt;&lt;BR /&gt;I'll follow Shahnon's way ..so I just download the HPUX 10.20 zip file (does it contain the binary &amp;amp; install file in it ???)&lt;BR /&gt;&lt;BR /&gt;this is the website &lt;A href="http://www.cvshome.org/dev/codeunix.html" target="_blank"&gt;http://www.cvshome.org/dev/codeunix.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and what next...&lt;BR /&gt;&lt;BR /&gt;I have to run the configure command ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;DD</description>
      <pubDate>Thu, 06 Mar 2003 17:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921142#M817391</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T17:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921143#M817392</link>
      <description>Precompiled binaries for 10.20, including a complete gcc-3 is available on my ITRC site &lt;A href="HTTPS://www.beepz.com/personal/merijn/" target="_blank"&gt;HTTPS://www.beepz.com/personal/merijn/&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 06 Mar 2003 17:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921143#M817392</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-03-06T17:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921144#M817393</link>
      <description>If you read the binary install instructions from &lt;A href="http://www.cvshome.com," target="_blank"&gt;www.cvshome.com,&lt;/A&gt; you will see that you only need to copy the file to /usr/bin and make sure that permissions are r-xr-xr-x.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 06 Mar 2003 17:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921144#M817393</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-03-06T17:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921145#M817394</link>
      <description>ok,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have run the &lt;BR /&gt;&lt;BR /&gt;1. gzip -d &lt;CVS&gt;&lt;BR /&gt;2. tar -xvf &lt;CVS&gt;&lt;BR /&gt;3. mv cvs /usr/bin &lt;BR /&gt;&lt;BR /&gt;is this correct ??&lt;BR /&gt;what next... run the configure or make file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA &lt;BR /&gt;DD&lt;/CVS&gt;&lt;/CVS&gt;</description>
      <pubDate>Thu, 06 Mar 2003 17:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921145#M817394</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921146#M817395</link>
      <description>No configure or make.  It is a pre-compiled binary ready to run.  Just type &lt;BR /&gt;&lt;BR /&gt;% cvs  &lt;ALL your="" options=""&gt;&lt;BR /&gt;&lt;BR /&gt;configure and make are used to build binary files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/ALL&gt;</description>
      <pubDate>Thu, 06 Mar 2003 17:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921146#M817395</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-03-06T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921147#M817396</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tried to do &lt;BR /&gt;cvs init&lt;BR /&gt; but it shows not found ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;DD</description>
      <pubDate>Thu, 06 Mar 2003 17:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921147#M817396</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921148#M817397</link>
      <description>Shahnon's way&lt;BR /&gt; go to&lt;BR /&gt;&lt;A href="http://www.cvshome.org/dev/codeunix.html" target="_blank"&gt;http://www.cvshome.org/dev/codeunix.html&lt;/A&gt;&lt;BR /&gt;click on the 10.20 link&lt;BR /&gt;Unix: HP HP-UX B.10.20 A &lt;BR /&gt;that will start the download of this file.&lt;BR /&gt;download cvs-1.11.5-HP.gz&lt;BR /&gt;/usr/contrib/bin/gunzip cvs-1.11.5-HP.gz&lt;BR /&gt;chmod 555 cvs-1.11.5-HP&lt;BR /&gt;mv cvs-1.11.5-HP /usr/bin/cvs&lt;BR /&gt;your done!&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 18:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921148#M817397</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T18:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921149#M817398</link>
      <description>Did you rename cvs-1.11.5-HP to cvs?&lt;BR /&gt;&lt;BR /&gt;Also check your $PATH&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/usr/bin&lt;BR /&gt;&lt;BR /&gt;then try your cvs command again.</description>
      <pubDate>Thu, 06 Mar 2003 18:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921149#M817398</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T18:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921150#M817399</link>
      <description>Okay, lets start from the beginning.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the file downloaded from cvshome.com is NOT a tar file, just a compressed binary.&lt;BR /&gt;&lt;BR /&gt;So, download this file and save it somewhere on disk.  Lets assume it's /tmp/cvs-1.11.5-HP.gz.&lt;BR /&gt;&lt;BR /&gt;%=shell prompt commands so ignore this, but here are the remaining steps to install cvs.&lt;BR /&gt;&lt;BR /&gt;% gzip -d /tmp/cvs-1.11.5-HP.gz&lt;BR /&gt;% mv /tmp/cvs-1.11.5-HP /usr/bin/cvs&lt;BR /&gt;% chmod 555 /usr/bin/cvs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is all you have to do to have cvs up and running.&lt;BR /&gt;&lt;BR /&gt;Now..... If your runing cshell, it will cache binary data.  Just type:&lt;BR /&gt;&lt;BR /&gt;% rehash&lt;BR /&gt;&lt;BR /&gt;Which causes cshell to reload the cache.  All other shells search the path every time an executable is loaded.&lt;BR /&gt;&lt;BR /&gt;NOTE:  If you do not have /usr/bin in your path, then your in trouble.  Check your path with:&lt;BR /&gt;&lt;BR /&gt;% echo $PATH&lt;BR /&gt;&lt;BR /&gt;Make sure that /usr/bin is in the path.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 06 Mar 2003 18:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921150#M817399</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-03-06T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921151#M817400</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have&lt;BR /&gt;&lt;BR /&gt;1. renamed the file name to cvs&lt;BR /&gt;2. chmod 555 cvs&lt;BR /&gt;3. export PATH=$PATH:/usr/bin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but when I try to run &lt;BR /&gt;cvs init &lt;BR /&gt;now I get execute permission denied&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA &lt;BR /&gt;SRI</description>
      <pubDate>Thu, 06 Mar 2003 18:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921151#M817400</guid>
      <dc:creator>daredevil</dc:creator>
      <dc:date>2003-03-06T18:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921152#M817401</link>
      <description>try &lt;BR /&gt;&lt;BR /&gt;chown bin /usr/bin/cvs&lt;BR /&gt;chgrp bin /usr/bin/cvs&lt;BR /&gt;cd /usr/cvs&lt;BR /&gt;./cvs init&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 18:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2921152#M817401</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T18:42:12Z</dc:date>
    </item>
  </channel>
</rss>

