![]() ![]() |
Dec 3 2006, 11:39 AM
Post
#1
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 770 Joined: 27-July 05 Member No.: 66257 OS: XP Pro x64
|
ok, so i'm pretty new to installing things on linux, but i've followed a lot of instructions for it, but after the './configure' command, when it finishes, and it did successfully, i'm supposed to type 'make' or 'make && make install' but in the command line is says "bash: make: command not found"
what can i do now? in the install directions it says that all you need to do is extract it, mount it, ./configure it, then make, then install. |
|
|
|
Dec 3 2006, 11:49 AM
Post
#2
|
|
|
Multimedia Guru ![]() ![]() Group: Members Posts: 209 Joined: 7-December 04 Member No.: 38130
|
What are you trying to compile? I'm pretty sure you need gcc but I don't know what deb packages you need to install. I normally install:
CODE sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget This installs all needed tools to compile your own kernel. I would try installing this first: CODE sudo apt-get install build-essential Type that into Konsole/Terminal. This post has been edited by nfm: Dec 3 2006, 11:50 AM |
|
|
|
Dec 3 2006, 03:08 PM
Post
#3
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 770 Joined: 27-July 05 Member No.: 66257 OS: XP Pro x64
|
well, in a nutshell, i'm trying to install a program called Ardour, which is an audio mixer/recording program, similar to adobe audition. to install it, you need to use SCons, and it also needs a few other programs to work, i got one of the 5 to work, now it keeps telling me that the command 'make' doesn't work.
i've read even some idiots guides to it, and have gotten a little further from stuff i learned in the past...linux would be easiest if it had executeable files, but i guess source has its good points too. |
|
|
|
Dec 3 2006, 03:37 PM
Post
#4
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 770 Joined: 27-July 05 Member No.: 66257 OS: XP Pro x64
|
no fan of double posting, but i found the answer to it, and i want to share it with people, because it wasn't something i thought of.
"> I have the Mesa-3.2.tar.gz. I unpacked it into the /root folder. "Directory." Aside: generaly, you should build and put stuff like this under /usr/local, not /root. > Inevitably I do the "./configure" in the correct folder, and it runs thru a > bunch of items, answering yes and no (mostly yes) then I type "make" and get > the reply "bash: make: command not found" > > What's up? Either "make" isn't in your PATH or it isn't installed. > Am I missing something in my YDL installation? Possibly: rpm -qa | grep make If you get nothing in response, then "make" isn't installed." to install "make" you need to hop into your synaptic package manager, and search for it. then you won't have any troubles doing it. when i upgraded from 5.10 to 6.06, make was uninstalled, and i never knew. thats for any new users [like me] who need a boost |
|
|
|
Dec 3 2006, 03:50 PM
Post
#5
|
|
|
Group: Members Posts: 1 Joined: 3-December 06 Member No.: 117483
|
Do it the proper way
open synaptic (system -> administration -> synaptic package manager) enable universe repositories (categories -> repositories i think) The interface for managing repositories is ugly in 6.06, but you can figure it. update. Search for ardour-gtk package. Install it. This is how things are installed in Ubuntu. edit : watch this http://video.google.ca/videoplay?docid=525...software+ubuntu This post has been edited by bacon: Dec 3 2006, 04:09 PM |
|
|
|
Dec 3 2006, 05:13 PM
Post
#6
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 770 Joined: 27-July 05 Member No.: 66257 OS: XP Pro x64
|
i'm compiling it by source, because thats well...how i have it really. either way its good to know. but thanks for the video, i saw theirs on dual booting, when i get sound working i'll watch it.
|
|
|
|
Dec 4 2006, 05:01 PM
Post
#7
|
|
|
Defender of the Penguin ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1276 Joined: 10-April 05 From: Brisvegas Member No.: 51416
|
Compiling is heaps loads better, I always do it for a couple of my programs, including gaim!
|
|
|
|
Dec 6 2006, 05:01 PM
Post
#8
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 770 Joined: 27-July 05 Member No.: 66257 OS: XP Pro x64
|
thanks for the help all, i got ardour running, i used the package manager becuase i was having trouble with becoming root...i fixed it all up and ardour works, all i have to do now is learn the interface.
knowing windows best might make this a little hard, but oh well. for anyone interested in Ardour, to install from the package manager, you will need the following: -Ardour-GTK -JACK -JACK Simple User Interface [can't remember the exact name, thats in the description though] -KAConnect [something along those lines, search for it and it should come up] if you miss anything you'll get an error message saying Ardour cannot connect to JACK...also, you can't have any music playing or the sort, it'll interfere with JACK. i found a solution to the Root user issue: in a new terminal window type: sudo passwd root enter your user password [press enter], then your NEW root password [press enter] then again, then you're done. This post has been edited by bonestonne: Dec 8 2006, 09:08 PM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 23rd November 2008 - 04:22 AM |