i have problem during installing a tar.gz file

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
imtiazahmad_khan
Cadet
Posts: 6
Joined: Fri May 30, 2003 11:27 pm

i have problem during installing a tar.gz file

Post by imtiazahmad_khan »

dear members
asalamo alaikum,
i have download a driver for my DVB card.
which is in the form of a tar.gz file.
firstly i use this command
tar -xvzf filename
then
./configure
when i run this command it shows following results.
so that i can't use make install command.
plz tell me how can i solve this problem.

[root@localhost pentanet-RH7x-2.3.0]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

thankx in advance.
imtiaz khan
Imtiaz
farhanksa
Subedar
Posts: 359
Joined: Sun Nov 03, 2002 6:40 am
Location: Lahore
Contact:

u may have the old gcc compiler

Post by farhanksa »

salam .. pls read the readme files or any other docs of it.. it may require new version if gcc+ compiler
imtiazahmad_khan
Cadet
Posts: 6
Joined: Fri May 30, 2003 11:27 pm

Post by imtiazahmad_khan »

Dear farhan,
walaikum salam,
thankx 4 repluing me.
i read my instalation readme file.
it contain
REQUIREMENTS:
-------------
* Gtk+, Gdk v1.1.2 or above
* Glib v1.1.3 or above
* X11R5 (or above) and libraries
* Linux kernel 2.4.x/greater

now i m using red hat linux 7.2.
and how and from where i can get the above required libraires of Gtk+, Gdk, Glib, X11R5 etc.
I will be very thankful if u help me to find these libraries.

Thankx in advance.

Imtiaz Khan
Imtiaz
imtiazahmad_khan
Cadet
Posts: 6
Joined: Fri May 30, 2003 11:27 pm

From where i download upgrade libraries of linux

Post by imtiazahmad_khan »

Dear farhan,
walaikum salam,
thankx 4 repluing me.
i read my instalation readme file.
it contain
REQUIREMENTS:
-------------
* Gtk+, Gdk v1.1.2 or above
* Glib v1.1.3 or above
* X11R5 (or above) and libraries
* Linux kernel 2.4.x/greater

now i m using red hat linux 7.2.
and how and from where i can get the above required libraires of Gtk+, Gdk, Glib, X11R5 etc.
I will be very thankful if u help me to find these libraries.

Thankx in advance.

Imtiaz Khan
Imtiaz
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: i have problem during installing a tar.gz file

Post by lambda »

read config.log and see where it dies.
zaeemarshad
Lieutenant Colonel
Posts: 660
Joined: Sat Jul 06, 2002 12:35 pm
Location: Islamabad
Contact:

Post by zaeemarshad »

Dear Imtiaz
what u need is the development side of linux. install autoconf, automake and gcc. in linux 8.0 and up this is pretty easy as it installs itself the required package. just check what is missing. u need automake to generate the make file for make and make install to work after ./configure

Regards
Zaeem
Post Reply