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:

----------------------------------------------------------------------------
[os@localhost DVD]$ cd dvd_disc_20000215_css
[os@localhost dvd_disc_20000215_css]$ l
COPYING dvd_disc.h dvd_udf.c README.dvd_disc regionset.c
dvdbackup.c dvd_file.c dvd_udf.h README.dvd_file
dvd_disc.c dvd_file.h Makefile README.dvd_udf
[os@localhost dvd_disc_20000215_css]$ make -f Makefile
gcc -Wall -g -o dvd_disc_.o -c dvd_disc.c
make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'. Stop.
[os@localhost dvd_disc_20000215_css]$ make all
make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'. Stop.
[os@localhost dvd_disc_20000215_css]$ make regionset.c
make: Nothing to be done for `regionset.c'.
[os@localhost dvd_disc_20000215_css]$ l
COPYING dvd_disc.h dvd_file.h Makefile README.dvd_udf
dvdbackup.c dvd_disc_.o dvd_udf.c README.dvd_disc regionset.c
dvd_disc.c dvd_file.c dvd_udf.h README.dvd_file
[os@localhost dvd_disc_20000215_css]$ COPYING
bash: ./COPYING: Permission denied
[os@localhost dvd_disc_20000215_css]$ su
Password:
[root@localhost dvd_disc_20000215_css]# make -f Makefile
make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'. Stop.
[root@localhost dvd_disc_20000215_css]# cd..
[root@localhost DVD]# l
dvd_disc_20000215_css/
[root@localhost DVD]# md dvd_css
[root@localhost DVD]# l
dvd_css/ dvd_disc_20000215_css/
[root@localhost DVD]# cd dvd_disc_20000215_css
[root@localhost dvd_disc_20000215_css]# make -f Makefile
make -C ../dvd_css dvd_css.o
make[1]: Entering directory `/home/os/Documents/DVD/dvd_css'
make[1]: *** No rule to make target `dvd_css.o'. Stop.
make[1]: Leaving directory `/home/os/Documents/DVD/dvd_css'
make: *** [dvd_udf.o] Error 2
[root@localhost dvd_disc_20000215_css]# l
COPYING dvd_disc.h dvd_file.h Makefile README.dvd_udf
dvdbackup.c dvd_disc_.o dvd_udf.c README.dvd_disc regionset.c
dvd_disc.c dvd_file.c dvd_udf.h README.dvd_file
[root@localhost dvd_disc_20000215_css]# cd ../dvd_css
[root@localhost dvd_css]# l
[root@localhost dvd_css]#
----------------------------------------------------------------------------end

I have no idea why the "make -f Makefile" doesn't work.
Any suggestion what I have to do?

Thank you,
PDS

From: "H.J.Bathoorn" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DVD region killer
Date: Tue, 24 Dec 2002 14:43:15 +0000

On Tuesday 24 December 2002 13:10, Sasongko Pribadi Djoko wrote:
> Dear John McQuillen,Friends,
>
> Thank you for your mail on 19 Dec 2002.
> I did download the tar file (in
> www.linuxtv.org/download/dvd/dvd_disc_20000215_css.tar.gz) and extract the
> files.
>
> When I try to do to "make" the file, below listed error occure:
> ----------------------------------------------------------------
> [root@localhost dvd_disc_20000215_css]# l
> COPYING dvd_disc.h dvd_udf.c README.dvd_disc regionset.c
> dvdbackup.c dvd_file.c dvd_udf.h README.dvd_file
> dvd_disc.c dvd_file.h Makefile README.dvd_udf
> [root@localhost dvd_disc_20000215_css]# make -f Makefile
> gcc -Wall -g -o dvd_disc_.o -c dvd_disc.c
> make: gcc: Command not found

Looks like you don't have the compiler installed. Just install gcc (as
root/su:"urpmi gcc") and it should work.

Good Luck,
HarM


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

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 3 months FREE*. http://join.msn.com/?page=features/featuredemail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_addphotos_3mf


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


Reply via email to