LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Regarding installation of .tar.bz2 files (https://www.linuxquestions.org/questions/linux-newbie-8/regarding-installation-of-tar-bz2-files-759539/)

mohitdaksh 10-04-2009 01:59 AM

Regarding installation of .tar.bz2 files
 
I just switched over to linux and am having some difficulty installing .tar.bz2 files..


Upto the configure stage everything goes well. After configuring when I give the make command following message is displayed

Code:

make: *** No targets specified and no makefile found.  Stop.

Can somebody tell me what I am doing wrong... THis happens to every .tar.bz2 and other tar files

ronlau9 10-04-2009 02:06 AM

Quote:

Originally Posted by mohitdaksh (Post 3706855)
I just switched over to linux and am having some difficulty installing .tar.bz2 files..


Upto the configure stage everything goes well. After configuring when I give the make command following message is displayed

Code:

make: *** No targets specified and no makefile found.  Stop.

Can somebody tell me what I am doing wrong... THis happens to every .tar.bz2 and other tar files

Giving the command are you in the directory where the files are ?
if go first to the directory where the files are.

jschiwal 10-04-2009 02:08 AM

First, you might want to explore your distro's package manager and see if the package is already available.

It doesn't sound like the ./configure stage was successful. The configure script creates the Makefile which the make command looks for. Check your logs. Also be sure to read the README and INSTALL files in the directory. Some tarballs don't use autoconf. You need to check to make sure.

Provide more details. What is the name of the package. Where did you download it from. Are you working in a directory where you have full permissions?

mohitdaksh 10-04-2009 04:05 AM

I was trying to install anjuta-2.26.0.0.tar.bz2

I read its readme and followed the same procedure as was mentioned.


I was following the instructions from here : http://www.tuxfiles.org/linuxhelp/softinstall.html

These instructions are same as in the readme.

I am running these commands as root

repo 10-04-2009 04:13 AM

When you run ./configure
Look at the output at the screen to see if there are errormessages.

mohitdaksh 10-04-2009 06:26 AM

Thanks and sorry.. I guess I didn't look very carefully

Quote:

checking for GLIB... configure: error: Package requirements (glib-2.0 >= 2.16.0 gobject-2.0 >= 2.16.0 gmodule-2.0 >= 2.16.0 gthread-2.0 >= 2.16.0 gio-2.0 >= 2.16.0 unique-1.0 >= 1.0.0) were not met:

Requested 'glib-2.0 >= 2.16.0' but version of GLib is 2.12.11
Requested 'gobject-2.0 >= 2.16.0' but version of GObject is 2.12.11
Requested 'gmodule-2.0 >= 2.16.0' but version of GModule is 2.12.11
Requested 'gthread-2.0 >= 2.16.0' but version of GThread is 2.12.11
No package 'gio-2.0' found
No package 'unique-1.0' found

How do I get these packages?

repo 10-04-2009 06:30 AM

Which distribution are you using?
Isn't anjuta in the repo's?
Debian SID has anjuta in the repo's
Quote:

cannabis:/home/repo# apt-cache search anjuta
anjuta - A GNOME development IDE, for C/C++
anjuta-common - A GNOME development IDE, for C/C++ - data files
anjuta-dbg - A GNOME development IDE, for C/C++ - debug files
anjuta-dev - A GNOME development IDE, for C/C++ - development files
libdevhelp-1-0 - Library providing documentation browser functionality
devhelp - A GNOME developers help program
devhelp-common - common files for devhelp and its library
libdevhelp-1-1 - Library providing documentation browser functionality
libdevhelp-1-dev - Library providing documentation browser functionality (development)
cannabis:/home/repo#
So seems to me you should be able to instal it using the packetmanager.

mohitdaksh 10-04-2009 06:47 AM

I am using fedora core 7

repo 10-04-2009 06:48 AM

As root try:
Code:

yum install anjuta

mohitdaksh 10-04-2009 07:09 AM

Thanks a lot.. Its has been installed successfully...

I have a question, why mentioning the version of the anjuta file was not necessary during the installation when I gave the yum command?? Please do not mind if I am sounding stupid..

Can you please refer me to somewhere I can learn about these installation procedures in detail.. I have started using linux just two days back and I am thrilled by what I am seeing.. It's very exciting..

repo 10-04-2009 07:12 AM

Quote:

why mentioning the version of the anjuta file was not necessary during the installation when I gave the yum command??
yum will automaticly install the latest version that is available in the repo's.

A good start would be
http://www.fedorafaq.org/

mohitdaksh 10-04-2009 07:15 AM

Thanks a lot again for all the support and patience :)

repo 10-04-2009 07:18 AM

No problem.

You can mark the thread solved if you want.

Regards


All times are GMT -5. The time now is 10:56 AM.