Find the answer to your Linux question:
Results 1 to 4 of 4
I tried to install Pixie, a rendering engine for MakeHuman and this came up at the end: configure: error: in `/home/Fingers/Download/Pixie': configure: error: no acceptable C compiler found in $PATH ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    What does this mean?

    I tried to install Pixie, a rendering engine for MakeHuman and this came up at the end:

    configure: error: in `/home/Fingers/Download/Pixie':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.

    I am very new to linux, and I don't really know any programming outside of HTML and the like. This happened once before on another program, but I can't remember what. I think it was a library package. Anyways, can anyone explain what this means? I am running Fedora 10.

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    It means that the system can't compile the package unless you install some development tools. Try
    Code:
    su -c 'yum install gcc'
    and see if the error goes away. You may also need to install Development Tools.
    Code:
    su -c 'yum groupinstall 'Development Tools''
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    Ty

    Sweet, that seemed to work. Unfortunately, the program seems to be missing a file. But, thank you for the help.

  4. #4
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Quote Originally Posted by ninefingeredwonder View Post
    Sweet, that seemed to work.
    You're welcome.
    Quote Originally Posted by ninefingeredwonder View Post
    Unfortunately, the program seems to be missing a file. But, thank you for the help.
    I gather that the program compiled sucessfuly but you are still getting errors?
    Glenn
    Powered by Fedora 16 and Arch Linux

Posting Permissions

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