LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-08-2003, 11:54 AM   #16
zaphod111
Member
 
Registered: Nov 2003
Posts: 40

Rep: Reputation: 15

that link and info is on the gaim.sourceforge site
 
Old 11-08-2003, 12:00 PM   #17
Ulaire Smiley
LQ Newbie
 
Registered: Sep 2003
Location: Southern Arizona
Distribution: Mandrake 10/WinXP
Posts: 27

Rep: Reputation: 15
You go to gtk.org and go to the download page and get the glib-x.x.tar.gz anbd compile that for glib, but you need pkgconfig first too. Compile pkgconfig with ./configure, make, and then make install.

- Smiley
 
Old 11-08-2003, 12:18 PM   #18
g33k
LQ Newbie
 
Registered: Nov 2003
Posts: 28

Original Poster
Rep: Reputation: 15
.

ftp://ftp.gtk.org/pub/gtk/v2.0 ok this is the site.... hwo do i pass the documents tahta are in the ftp to my pc......
 
Old 11-08-2003, 12:25 PM   #19
Ulaire Smiley
LQ Newbie
 
Registered: Sep 2003
Location: Southern Arizona
Distribution: Mandrake 10/WinXP
Posts: 27

Rep: Reputation: 15
Um, you click on it and click Save or something..

- Smiley
 
Old 11-08-2003, 12:29 PM   #20
g33k
LQ Newbie
 
Registered: Nov 2003
Posts: 28

Original Poster
Rep: Reputation: 15
this appened whn i tryed to instal glib.... (i already did the make insatll with pkgconfig)

Password:
dC85D0DC2:/home/g33k # cd /home/g33k/glib-2.0.7
dC85D0DC2:/home/g33k/glib-2.0.7 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for pkg-config... no
configure: error: *** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/
dC85D0DC2:/home/g33k/glib-2.0.7 #
what went worng??
 
Old 11-08-2003, 01:27 PM   #21
g33k
LQ Newbie
 
Registered: Nov 2003
Posts: 28

Original Poster
Rep: Reputation: 15
ok i did
cd /home/g33k/pkgconfig-0.15.0
./configure
make
make install

ok..... pkgconfig should be ready...

then
cd /home/g33k/glib-2.0.7
./configure
and the console told me i didnt have pkgconfig....... what did i miss???

do i have to put glib inside pkgconfig????
(all of this was done while i was root)
 
Old 11-08-2003, 01:38 PM   #22
Ulaire Smiley
LQ Newbie
 
Registered: Sep 2003
Location: Southern Arizona
Distribution: Mandrake 10/WinXP
Posts: 27

Rep: Reputation: 15
Did you compile glib too?

- Smiley
 
Old 11-08-2003, 04:50 PM   #23
g33k
LQ Newbie
 
Registered: Nov 2003
Posts: 28

Original Poster
Rep: Reputation: 15
s

do u mean like unzip????
 
Old 11-08-2003, 07:39 PM   #24
Ulaire Smiley
LQ Newbie
 
Registered: Sep 2003
Location: Southern Arizona
Distribution: Mandrake 10/WinXP
Posts: 27

Rep: Reputation: 15
I mean unzip, then run ./configure, then make, and then make install.

- Smiley
 
Old 12-21-2003, 09:25 PM   #25
dwilson32
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
Does anyone know what they are talking about? I am a linux newb myself and I have tried everything you have stated and none of it works.

Once I am in the gaim directory I type ./configure and it tells me unknown command. WTF?
 
Old 12-21-2003, 10:39 PM   #26
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
install it using rpm from here :
http://www.usr-local-bin.org/gaim.php

look around on the site if you're using an older version of suse...i'm using 8.2, and i was able to download and install everything i needed to get gaim up and running great in less than an hour..after spending DAYS trying to download and configure all the "dependencies"....and messing with the tar.gz files...rpm is the way to go
 
Old 12-21-2003, 10:48 PM   #27
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
ok, this is very confusing, and i want to help

first, i need to know exactly what your are trying to install, and then tell me exactly what the problem is

all i can say right now is that you need to learn the cd, ./configure, make, and make install commands (all those are typed into the console to make it magically do magic)

for example, when you open up a terminal, you are in your home directory
when you did the tar -zxvf, it untarred (similar to unzip) the file and makes a new directory

cd means change directory, you should type cd gaim-0.72
then, you should be able to type ./configure and it will configure the program install scripts for you (configure is actually a script that comes with the program, some programs however don't have one and that's why it will tell you ./configure, command not found)

after that, type make
the program will build, then do su
type your root password, hit enter
then type make install
 
Old 12-22-2003, 05:25 AM   #28
dwilson32
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
If configure was supposed to be included then it wasn't included in the tar.gz file. I think I'll go the rpm route.
 
Old 12-22-2003, 07:41 AM   #29
crox
Member
 
Registered: Feb 2003
Location: Tennessee
Distribution: Red Hat 9
Posts: 45

Rep: Reputation: 15
Gaim

I installed Gaim .74 on SuSE 9.0 from apt with great ease.
 
Old 12-22-2003, 06:48 PM   #30
dwilson32
LQ Newbie
 
Registered: Dec 2003
Posts: 3

Rep: Reputation: 0
I tried the one that comes with Red Hat 9.0 and it does not support MSN. That is why I am trying to get a new version or anything that supports MSN.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bittorent and TAR files help plz. bkz81 Linux - Newbie 3 07-21-2005 01:30 PM
how do i install *.tar.gz on Suse Linux? krt47 Linux - Software 7 07-31-2004 04:20 AM
Can not install Gaim 0.77 on SuSE kjp_72 Linux - Newbie 4 05-23-2004 06:00 AM
How to install and compile .tar.gz files on SuSE 8.2? Jojo87 Linux - Newbie 5 01-24-2004 06:18 AM
anyone got gaim to install in suse? yowwww Linux - Software 10 07-07-2003 10:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration