Closed Thread
Results 1 to 5 of 5

Thread: HOWTO install PerCobol on Ubuntu 8.04

  1. #1
    Coldhearth is offline Learning Programmer
    Join Date
    Oct 2008
    Posts
    88
    Rep Power
    0

    HOWTO install PerCobol on Ubuntu 8.04

    Hey there, I need to use Legacy PerCobol for a course of COBOL in my school.
    I have a Macbook Pro but the program isn't available for Mac OSX...
    I also have Ubuntu 8.04 installed on another partition and the program is available for Linux so my question is how to install this because my attempts are usesless untill now.
    I'm still a noob in Linux so that might be the reason why I can't figure it out
    Can you guys help me out a bit?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: HOWTO install PerCobol on Ubuntu 8.04

    You need to give us more information about it. Personally, I don't want to register just in order to download it in order to find out how you can install it in order to tell you how to do it. A good start would be to list the files the package you download contains.

    Another thing you could consider was using another compiler, unless PerCobol is required for your course. I have heard OpenCOBOL should be excellent, supporting both the 85- and 02-standards, including some non-standard features. I haven't used it myself though, but you may want to give it a go. It's easy to install, now when you have Ubuntu (and I suppose, a working internet-connection) ...
    Code:
    $ sudo apt-get install open-cobol
    And if you want to mix it with C/C++, or make some development on it yourself, you need these ...
    Code:
    $ sudo apt-get install libcob1
    $ sudo apt-get install libcob1-dev
    Whereas the first of the packages, libcob1, probably will be included, when you're downloading OpenCOBOL itself.

    Good luck!

  4. #3
    Coldhearth is offline Learning Programmer
    Join Date
    Oct 2008
    Posts
    88
    Rep Power
    0

    Re: HOWTO install PerCobol on Ubuntu 8.04

    Well maybe the first problem is that I have downloaded the wrong version...
    Because I doubted... when you get on the download page of PerCobol you can choose between:
    - linux 8 and below
    - linux 9 and above
    I use Ubuntu 8.04 Hardy so first of all what version do I need to download?

    EDIT:
    I downloaded the 9 or above version but all I get is a .bin file...
    If I click on this it doesn't do anything except for giving an error:
    "there is no application installed for this type of file"

  5. #4
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: HOWTO install PerCobol on Ubuntu 8.04

    That sounds odd - and I can't really help you further.

    Did you consider OpenCOBOL?

  6. #5
    Coldhearth is offline Learning Programmer
    Join Date
    Oct 2008
    Posts
    88
    Rep Power
    0

    Re: HOWTO install PerCobol on Ubuntu 8.04

    I think I'll try it this night now I have to go practice in my band thx for the help thusfar

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Trying to install Ubuntu
    By Chessur in forum Linux Installation & Configuration
    Replies: 1
    Last Post: 02-07-2011, 08:17 AM
  2. Ubuntu Install Error
    By Tor in forum Linux Installation & Configuration
    Replies: 9
    Last Post: 03-28-2009, 09:28 AM
  3. Ubuntu Install Hangs
    By ptt3 in forum Linux/Unix General
    Replies: 3
    Last Post: 11-08-2007, 07:17 AM
  4. How do I install Ubuntu or Kubuntu?
    By imported_Oppo in forum Linux/Unix General
    Replies: 2
    Last Post: 10-25-2007, 05:51 AM

Tags for this Thread

Bookmarks

Posting Permissions

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