thanks for answerme

    that is the same thing that I thought

    and I put this:
 
    CFLAGS    = -lm -O -Wall -pipe

    but I got this now:


   (     another lines like the next...)
     .....
     .....
     gcc: -lm: linker input file unused since linking
not done
Compiling src/vidhrdw/neogeo.c ...
gcc: -lm: linker input file unused since linking not
done
Compiling src/drivers/neogeo.c ...
gcc: -lm: linker input file unused since linking not
done
Archiving xmame.obj/neogeo.a ...
Compiling src/vidhrdw/vector.c ...
gcc: -lm: linker input file unused since linking not
done
Linking xmame.x11 ...
Undefined                       first referenced
 symbol                             in file
log                                
xmame.obj/sound/fm.o
ceil                                xmame.obj/png.o
pow                                
xmame.obj/inptport.o
log10                              
xmame.obj/sound/fmopl.o
sqrt                               
xmame.obj/sound/k054539.o
floor                              
xmame.obj/sound/adpcm.o
fmod                               
xmame.obj/sound/discrete.o
exp                                
xmame.obj/sound/streams.o
atan                               
xmame.obj/unix.x11/vector.o
sin                                
xmame.obj/sound/filter.o
cos                                
xmame.obj/sound/filter.o
ld: fatal: Symbol referencing errors. No output
written to xmame.x11
collect2: ld returned 1 exit status
make: *** [xmame.x11] Error 1

    and the results are the same ....
 
    what is worng?

    rick

--- kingsley <[EMAIL PROTECTED]> wrote:
> 
> Try linking with the math library, e.g. -lm
> 
> that takes care of atan floor exp etc.
> 
> 
> Ricardo Rugerio wrote:
>  > hi, well...
>  > I don't know if this message is corresponding to
>  >
>  > you but I hope you can and want help me.
>  > I was trying to compile xmame in a sparc ultra
> 10>>>>>
>  >
>  > Too many errors encountered; the rest of the
> message
>  > is ignored:
>  >     at first I did not have troubles...
>  >
>  >     however when it was creating xmame.x11 I got
> this
>  > message:
>  >
>  >      Compiling in the unix directory...
>  >  make[1]: Entering directory
>  >
>  >
>
`/space/richard/xmame-0.57.1.sparc.x11.compiled/src/unix'
>  >  make[1]: Nothing to be done for `all'.
>  >  make[1]: Leaving directory
>  >
>  >
>
`/space/richard/xmame-0.57.1.sparc.x11.compiled/src/unix'
>  >  Linking xmame.x11 ...
>  >  Undefined                       first referenced
>  >   symbol                             in file
>  >  log
>  >  xmame.obj/sound/fm.o
>  >  ceil                               
> xmame.obj/png.o
>  >  pow
>  >  xmame.obj/inptport.o
>  >  log10
>  >  xmame.obj/sound/fmopl.o
>  >  sqrt
>  >  xmame.obj/sound/k054539.o
>  >  floor
>  >  xmame.obj/sound/adpcm.o
>  >  fmod
>  >  xmame.obj/sound/discrete.o
>  >  exp
>  >  xmame.obj/sound/streams.o
>  >  atan
>  >  xmame.obj/unix.x11/vector.o
>  >  sin
>  >  xmame.obj/sound/filter.o
>  >  cos
>  >  xmame.obj/sound/filter.o
>  >  ld: fatal: Symbol referencing errors. No output
>  >  written to xmame.x11
>  >  collect2: ld returned 1 exit status
>  >  make: *** [xmame.x11] Error 1
>  >
>  >     could U helpme please
>  >
>  >     rick.
>  >
>  >
> __________________________________________________
>  > Do You Yahoo!?
>  > Send FREE Valentine eCards with Yahoo! Greetings!
>  > http://greetings.yahoo.com
>  >
>  > _______________________________________________
>  > Xmame mailing list
>  > [EMAIL PROTECTED]
>  >
> http://toybox.twisted.org.uk/mailman/listinfo/xmame
>  >
>  >
> -- 
> Kingsley Turner,
> (mailto: [EMAIL PROTECTED])
> http://MadDogsBreakfast.com - Travel Tales: The
> good, bad, and down-right ugly
> 
> 
> _______________________________________________
> Xmame mailing list
> [EMAIL PROTECTED]
> http://toybox.twisted.org.uk/mailman/listinfo/xmame


__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com

_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to