[9441] in The GTK GIMP ToolKit mailing list archive

home help back first fref pref prev next nref lref last post

[gtk-list] Re: GTK Installation

daemon@ATHENA.MIT.EDU (Johannes Keukelaar)
Tue Oct 20 10:45:45 1998

To: gtk-list@redhat.com
From: johannes@nada.kth.se (Johannes Keukelaar)
In-reply-to: Your message of "Tue, 20 Oct 1998 15:34:19 BST."
             <E0zVcrb-0001F9-00@rsunx.crn.cogs.susx.ac.uk> 
Date: Tue, 20 Oct 1998 16:45:19 +0200
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com

//Well, the INSTALL file says that the makefile is called 'make' and that after
//you have run ./configure it should be there. However, all I can see are
//makefiles that begin with a capital m. So prehaps the makefile has not been
//written.

Erm, nope. make is a program that uses a class of files that are usually 
referred to as makefiles (and the actual physical files on your disk often have 
the name 'Makefile', with capital) to automate complicated compilation (and 
other) processes. So. In your shell, type 'which make', and see what that says. 
It should spit out the path to the make executable. If it says something along 
the lines of:

make: Command not found.

Then you don't have the make program installed, and you should use rpm to 
install it from the cdrom. If it says something along the lines of:

/usr/bin/make

Then you have make installed, and the problem is something else. :)

In general, give the _exact_error_ that you're talking about. 'It doesn't 
work.' isn't very informative. What goes wrong, exactly, what does your 
computer tell you? (Preferrably cut-copy-paste it into the email...)

Regards and good luck,

Johannes.
--
"No one is quite as blind as a victim of the game" - Garth Brooks

Self-professed nerd of Mathematics and Computer Science.


-- 
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post