On Thu, 2002-12-26 at 02:18, Sasongko Pribadi Djoko wrote:
> Dear H.J. Bathoorn, Friends,
> 
> Thank you for your mail below and I did the "urpmi gcc".
> When I try again to do "make -f Makefile" below listing occure:

When you're in a source directory, the steps to compile a program are
basically this:
./configure
make
make install

...there should be no reason to do a make -f Makefile - unless it has
been modified. You need to have the configure script take care of
running aclocal, autoheader, automake autoconf and the likes. So, unpack
your source code again (delete what you've mucked with already so it's
fresh) and when you're in that source dir, type:

1.) ./configure
2.) make
3.) make install

...now if you've got problems after that, then we'll start digging
deeper.

Cheers!

-- 
Thu Dec 26 06:25:00 EST 2002
  6:25am  up 21:10,  5 users,  load average: 0.36, 0.26, 0.26
------------------------------------------------------------------
|            __    __          | k�hn media australia            |
|           / ,, /| |'-.       | http://kma.0catch.com           |
|          .\__/ || |   |      |=================================|
|       _ /  `._ \|_|_.-'      | stephen k�hn                    |
|      | /  \__.`=._) (_       |  email: [EMAIL PROTECTED] |
|      |/ ._/  |"""""""""|     |  email: [EMAIL PROTECTED]    |
|      |'.  `\ |         |     |    icq: 5483808                 |
|      ;"""/ / |         |     |                                 |
|  smk  ) /_/| |.-------.|     | mobile: 0410-728-389            |
|      '  `-`' "         "     | Berkeley, New South Wales, AU   |
------------------------------------------------------------------
* linux user:267497 * RH 7.3+ * PC/Mac/Linux/Networking/Consulting
Coralament*Best Gr�tens*Liebe Gr��e*Best Regards*Elkorajn Salutojn

Jabba the Hutt:
        Bring me Solo and the Wookiee! They will all suffer
        for this outrage.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to