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 - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 10-03-2004, 09:24 PM   #16
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33

You can see it at the same link I gave you before - just download it from there (glibc-devel-2.3.3-98.i586.rpm)
 
Old 10-03-2004, 09:40 PM   #17
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Code:
checking for pkg-config... (cached) no
checking for GLIB - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://www.freedesktop.org/software/pkgconfig/
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
That happened a half minute into doing "./configure" I went back to that file list and installed "glib2-devel" and "glib2-2.2.3-117.i586.rpm", tried again and got the same error above. Things are moving along. What's next?
 
Old 10-03-2004, 09:44 PM   #18
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
Grab these two files as well:

glib2-devel-2.2.3-117.i586.rpm
pkgconfig-0.15.0-194.i586.rpm

If they complain about dependencies, a safe bet is to look on that same page again for the file.
 
Old 10-03-2004, 09:53 PM   #19
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
*** always available at http://www.gtk.org/.


=\
Why is this so difficult? lol
 
Old 10-03-2004, 10:17 PM   #20
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
Oh now come on. I've been pretty patient, but you could at least try! I can understand you might be a newbie, but those error messages are right there in plain english.

When it said you needed gcc, you needed to install a package called gcc (fair enough on this one, your system told you you had it installed)
When it said you needed GLIB 2.0 development headers, you needed to install a package called glib2-dev.
When it said you needed pkgconfig, you needed to install a package called pkgconfig.

Now it says you need GTK2 development headers. What do you suppose you need to do?

The package name is gtk2-devel-2.2.4-121.i586.rpm - but please try a bit of common sense if it tells you you need something else.
 
Old 10-05-2004, 01:04 AM   #21
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
I've tried installing all the packages you've suggested and it's still caught up on something. I don't know what it could be.
 
Old 10-05-2004, 02:33 AM   #22
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
So what does it say?
 
Old 10-07-2004, 12:51 AM   #23
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Code:
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.2.3)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
*** always available at http://www.gtk.org/.
Should I perhaps reformat the linux swap and linux partition and start all over? I don't know why compiling programs in SuSE would be so cumbersome.

(Sorry for the delayed response. I've been busy with school the past couple days.)
 
Old 10-08-2004, 01:09 AM   #24
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
Try doing an FTP install of SUSE so you get the professional version. SUSE's website has instructions on how to do this.
 
Old 10-08-2004, 01:20 AM   #25
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Do you mean download the latest ISO from the FTP.... or it installs itself on the computer via my broadband connection?
 
Old 10-08-2004, 02:10 AM   #26
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
You download a small 30 MB ISO, and then it downloads the rest of the OS while it installs, and you get the pro version install of the personal

Why didn't you just download the RPM package of Gaim???? There should be one on SUSE's ftp server that is built for SUSE.
 
Old 10-08-2004, 03:19 AM   #27
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
wow...

did the ftp install.
same terminal error as before. =\
 
Old 10-08-2004, 09:49 AM   #28
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
When installing, did you tell it to install the Default System, or did you actually go in to Detailed Selection and make sure all the development stuff was selected???
 
Old 10-08-2004, 03:19 PM   #29
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
i made sure it was selected
 
Old 10-08-2004, 03:37 PM   #30
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
You do realize you can just go to Install and Remove Software and click on Gaim to install it?????
 
  


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
no acceptable C compiler found in $path scottown Red Hat 12 04-09-2013 08:44 PM
no acceptable C compiler found in $PATH sinXposed Linux - Software 4 08-10-2006 02:14 PM
no acceptable C compiler found in $PATH rhraz Mandriva 9 08-01-2006 07:03 PM
no acceptable C compiler found in $PATH ?...I can't make. jimothy05 Mandriva 6 02-19-2005 05:25 PM
no acceptable C compiler found in $PATH skrothuset Linux - Newbie 4 06-13-2003 06:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 12:36 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