Newbie Linux Compiling problem

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

sciencewhiz

Diamond Member
Jun 30, 2000
5,886
8
81
Mandrake doesn't install any development tools by default, which is why you have a C compiler. However, there is no reason to compile gaim, since mandrake has packages for many things, including gaim. Read mandrake's manual for information on how to install packages.

If you'd like to compile packages in the future, you will need to install gcc, and several other packages and development libraries.
 

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
Originally posted by: EmperorRob
besides gcc, you also need
autoconf
automake
Probably not. Even though configure scripts check for them, very few packages require autoconf and automake. Usually, only bleeding edge stuff, like a current CVS pull, needs those. If there's already a configure script, autoconf and automake should not be required.