Results 1 to 4 of 4

Thread: Error : command 'gcc' failed with exit status 1

  1. #1
    Join Date
    Jul 2009
    Posts
    43

    Error : command 'gcc' failed with exit status 1

    There are some software of which i have the source files, i need to compile them but i cannot do so. Everytime i try to compile it with python i get this error : command 'gcc' failed with exit status 1. Can anyone help me with this? Thanks in advance...

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Error : command 'gcc' failed with exit status 1

    Are you sure you doing the compile process properly? First check the read me file that might be provided with the source. Some files need to some other files which may no be loaded on your computer. See if any error appears for missing files or packages. If yes, then install those packages first and the nagain try to compile the sources. This may help you...

  3. #3
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Error : command 'gcc' failed with exit status 1

    What syntax are you using to compile the sources? For compiling the py scripts the syantax is as follows :

    Code:
    python appname.py build
    python appname.py install
    Hope this helps...

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: Error : command 'gcc' failed with exit status 1

    Before running the compilation, the package may need to get itself configured properly, so try this : Go to the directory from console, then type :

    Code:
    ./configure
    ./make
    python appname.py build
    python appname.py install

Similar Threads

  1. Replies: 3
    Last Post: 02-01-2014, 10:34 AM
  2. Where are the Favorites, Command, and status bars in IE9
    By EricTheRed in forum Tips & Tweaks
    Replies: 1
    Last Post: 21-04-2011, 06:44 PM
  3. Replies: 3
    Last Post: 28-10-2010, 12:16 PM
  4. Can We check the exit command in the batch file
    By Dhruv in forum Software Development
    Replies: 3
    Last Post: 30-12-2008, 11:56 PM
  5. learning c++ - collect2: ld returned 1 exit status
    By palfit in forum Software Development
    Replies: 6
    Last Post: 25-10-2008, 01:59 PM

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
  •  
Page generated in 1,714,060,418.34167 seconds with 17 queries