linux from the source

Questions or HOWTOs about the above? Post 'em here...
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

When I get to the make step in Trop's instructions I get:

Code: Select all

bash: make: command not found

:\

I have followed the instructions, but I didn't do:

Code: Select all

./configure --enable optimized --enable-shared --enable-plugins 
I just did

Code: Select all

./configure
./configure -- enable.... gave me errors..

I am running Ubuntu
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

you need to install make, and the compiler. Ubuntu does not come with one by default for most installs.
ImageJeffM
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

ahh ok I did:

apt-get install make

now it works, thanks a bunch :)
Post Reply