[olug] I am new can some one explain what went wrong here to me please

Kenton Brede xyf at nixnotes.org
Sat Sep 6 19:23:34 UTC 2003


On Sat, Sep 06, 2003 at 02:12:49PM -0500, barlow wrote:
> First off I would like to say hello to the group.I am a new member as of
> last night & I am also brand new to Linux. 
>  OK so here it goes I am trying to install mp123 and I keep getting this
> error 2 msg when I do the "make Linux" command.
> 
> [primesource at localhost mpg123-0.59r]$ make linux
> 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/primesource/mpg123-0.59r'
> make[2]: Entering directory `/home/primesource/mpg123-0.59r'
> gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX         
> -DREAD_MMAP -DOS
> S -DTERM_CONTROL                -Wall -O2 -m486                
> -fomit-frame-poi
> nter -funroll-all-loops                 -finline-functions -ffast-math  
> -c -o m
> pg123.o mpg123.c
> make[2]: gcc: Command not found
           ^^^^^^^^^^^^^^^^^^^^^^

You need to install your compiler gcc.  
Kent

-- 
"I am always doing that which I can not do, 
   in order that I may learn how to do it." --Pablo Picasso



More information about the OLUG mailing list