Find the answer to your Linux question:
Results 1 to 3 of 3
The story: I was trying to install librsvg, a svg image render. I downloaded putty.exe and ssh to my webhosting account. Yes! I entered successfully. I successfully run ./configure. However, ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    1

    GCC Compiler Installation - An Infinite Loop

    The story:

    I was trying to install librsvg, a svg image render. I downloaded putty.exe and ssh to my webhosting account. Yes! I entered successfully.

    I successfully run ./configure. However, when i typed 'make', i get this error:

    "-bash: make: command not found"

    As usual, i went to google and found out a solution, install a gcc compiler. I downloaded the GCC Compiler source code. And run ./configure

    Then i typed 'make', again i get this error AGAIN!!.

    "-bash: make: command not found"

    My solution:
    I said the F word multiple times for about 1 hour. I went to this forum and typed all this word.

    The ultimate question.

    Where should i start? I want to make GCC 4.5.0 Compiler running.. Please help me out. According to the documentation, it requires an "ISO C90 compiler" - which is a GCC compiler. How can i make GCC compiler run when in fact it requires GCC Compiler to run?

    Its an infinite loop. I need help in finding a solution to this problem. I just want GCC 4.5.0 to run on my GoDaddy Webhosting account.

    Thank you!

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Hello and Welcome!

    Your problem depends on what type of file it is that that you are installing... Was it a .bin file? A .sh file with a script?

    I've found that in most cases, you shouldn't have to do make and ./configure for the same program in order to install.

    Take a look at this link: How To Install Software in Linux

    I still use it when I'm unsure of which action to take on each type of file.
    I have avoided more than a few F-Bombs thanks to that link!
    Last edited by jayd512; 09-04-2010 at 06:55 PM. Reason: typo
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    make != GCC.
    GCC is the compiler and make is a tool for performing automated compilations.
    But first before you install anything you should read the README file which should be shipped along with your librsvg sources for instructions concerning compilation. If this file prompts you to use make then of course you have to install GNU make.

Posting Permissions

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