Dear Stephen, Friends,

I did delete all file in dvd_disc_20000215_css and re-extract the tar file.
And then I did below instruction:
-------------------------------------------------------------------------
[root@localhost dvd_disc_20000215_css]# l
COPYING dvd_disc.c dvd_disc_.o dvd_file.h dvd_udf.h README.dvd_disc RE
dvdbackup.c dvd_disc.h dvd_file.c dvd_udf.c Makefile README.dvd_file re
[root@localhost dvd_disc_20000215_css]# ./configure
bash: ./configure: No such file or directory
[root@localhost dvd_disc_20000215_css]# make
make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'. Stop.
[root@localhost dvd_disc_20000215_css]# make install
make: *** No rule to make target `install'. Stop.
[root@localhost dvd_disc_20000215_css]#
--------------------------------------------------------------------------

Did I do something wrong?

Thank you in advance,
PDS

From: Stephen Kuhn <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DVD region killer
Date: 26 Dec 2002 06:28:13 +1100

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

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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

Reply via email to