Find the answer to your Linux question:
Results 1 to 2 of 2
After viewing some tutorials in ... http://monkeyblog.org/ubuntu/videos/...escrobbler.gif and http://monkeyblog.org/ubuntu/installing/ on how to compile tar gz files, I still can't compile a tar gz file. Below, are the command that I ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    7

    Question Tar Gz Files Problem

    After viewing some tutorials in ...
    http://monkeyblog.org/ubuntu/videos/...escrobbler.gif
    and
    http://monkeyblog.org/ubuntu/installing/

    on how to compile tar gz files, I still can't compile a tar gz file. Below, are the command that I typed in my gnome-terminal.

    alex@alex-desktop:~$ cd /home/alex/Desktop/tplitelx_complete.tar.gz_FILES
    alex@alex-desktop:~/Desktop/tplitelx_complete.tar.gz_FILES$ ./configure
    bash: ./configure: No such file or directory
    alex@alex-desktop:~/Desktop/tplitelx_complete.tar.gz_FILES$ make
    bash: make: command not found
    alex@alex-desktop:~/Desktop/tplitelx_complete.tar.gz_FILES$ sudo checkinstall
    sudo: checkinstall: command not found
    alex@alex-desktop:~/Desktop/tplitelx_complete.tar.gz_FILES$


    Pls help me. Thx.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    ok, first you have to extact it.
    tar -zxvf file_name
    (ok, looking at it again, you may have already done this). To do they rest make sure you have build-essential installed
    Code:
    sudo apt-get install build-essential
    also take a look at http://www.linuxforums.org/forum/lin...are-linux.html
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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