Hi,
I just now downloaded a tar file for net and now I have untarred it.I am blindly following instructions listed in a book the book says as follows.
So, enter the command wget
http://www.mpg123.de/mpg123/mpg123-0.59r.tar.gz to download the tarball. Once you've got it, unpack it and change to the mpg123-0.59r directory, then type make linux to compile the program, and make install to install it.
Now when I go into the directory mpg123-0.59r and run the make linux command I have the following error
make CC=gcc LDFLAGS= \
OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
audio_oss.o term.o' \
CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \
-DREAD_MMAP -DOSS -DTERM_CONTROL\
-Wall -O2 -m486 \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
mpg123-make
make[1]: Entering directory `/home/gunge/mpg123-0.59r'
make[2]: Entering directory `/home/gunge/mpg123-0.59r'
make[2]: *** No rule to make target `\
', needed by `mpg123'. Stop.
make[2]: Leaving directory `/home/gunge/mpg123-0.59r'
make[1]: *** [mpg123-make] Error 2
make[1]: Leaving directory `/home/gunge/mpg123-0.59r'
make: *** [linux] Error 2
I need to compile the package but I dont understand how do i get this to compile.Can anyone please help?
Regards,
Ajit