Find the answer to your Linux question:
Results 1 to 3 of 3
i try to install a program called stradwin 4.0 in ubuntu 8.04 (tar.gz package) but after extraction . i tried to do MAKE IN TERMINAL BUT I COULDNOT ./configure fail ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    1

    could not install tar.g package in ubuntu 8.04

    i try to install a program called stradwin 4.0 in ubuntu 8.04 (tar.gz package)
    but after extraction . i tried to do MAKE IN TERMINAL BUT I COULDNOT
    ./configure fail
    make fail
    make install fail
    root-yassin-desktop:/home/yassin/Desktop/stradwin4.0_for_linux_64bit# ./cofigure
    bash: ./cofigure: No such file or directory
    root-yassin-desktop:/home/yassin/Desktop/stradwin4.0_for_linux_64bit# make
    make: *** No targets specified and no makefile found. Stop.
    i had also install build essential packages but problem not solved yet
    finally i convert the package into debian by alien
    and installed
    but i did not found it in applications
    i can not run stradwin

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Have you installed the compiler suite and other build tools on your system? Ubuntu doesn't usually come with the programs necessary to build apps from scratch. You can usually add it in with one command:

    Code:
    sudo apt-get install build-essential
    Also, is there a particular reason you're using Ubuntu 8.04? The latest version is 10.04, available here.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Quote Originally Posted by bahgat View Post
    root-yassin-desktop:/home/yassin/Desktop/stradwin4.0_for_linux_64bit# ./cofigure
    bash: ./cofigure: No such file or directory
    you made a typo here, the command is ./configure

Posting Permissions

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