View Full Version : [ubuntu] installing tar.gz files
rballard
September 18th, 2008, 09:45 PM
whenever i run ./configure to install a tar.gz file I get compiler could not create some executible files. And then the make command won't work after that. am i doing something wrong?
Pumalite
September 18th, 2008, 09:48 PM
Do you have build-essential installed?
sudo apt-get install build-essential
rballard
September 19th, 2008, 10:57 PM
ok the ./configure worked now it says
randy@Home-Ubuntu:~/Desktop/Documents/genecys-0.2$ make install
Making install in common
make[1]: Entering directory `/home/randy/Desktop/Documents/genecys-0.2/common'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/home/randy/Desktop/Documents/genecys-0.2/common'
make: *** [install-recursive] Error 1
Pumalite
September 19th, 2008, 11:29 PM
http://monkeyblog.org/ubuntu/installing/
Partyboi2
September 19th, 2008, 11:31 PM
http://monkeyblog.org/ubuntu/installing/
Monkeyblog seems to no longer be there.
Pumalite
September 19th, 2008, 11:33 PM
Thank you.
Pumalite
September 19th, 2008, 11:38 PM
http://ubuntuforums.org/showthread.php?t=500020
Partyboi2
September 19th, 2008, 11:38 PM
ok the ./configure worked now it says
randy@Home-Ubuntu:~/Desktop/Documents/genecys-0.2$ make install
Making install in common
make[1]: Entering directory `/home/randy/Desktop/Documents/genecys-0.2/common'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/home/randy/Desktop/Documents/genecys-0.2/common'
make: *** [install-recursive] Error 1
When you ran ./configure did you get any errors?
rballard
September 20th, 2008, 12:04 AM
No the./configure went through just fine.
Pumalite
September 20th, 2008, 12:25 AM
Maybe this helps you:
http://www.linuxforums.org/forum/suse-linux-help/50107-how-install-tar-gz-files.html
http://ubuntuforums.org/showthread.php?t=768148
Shazaam
September 20th, 2008, 03:46 AM
sudo make install
should work.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.