routerunner;670542 Wrote: 
> Hi,
> please find the requested file in attachment.
> 
> many thanks

gcc is failing because of an unknown option -mno-ieee-fp being added by
configure


Code:
--------------------
    configure:12715: checking for oggpack_writealign
  configure:12771: mipsel-linux-gnu-gcc -o conftest -O20 -ffast-math 
-mno-ieee-fp -D_REENTRANT -fsigned-char -DRENICE -DSLIMPROTO_DEBUG -DDAEMONIZE 
-DUSE_SIGNALS_FOR_RESTART -Wall -O2 -march=mips32 -msoft-float -static 
-DUSE_MEMORY_H -DRENICE -DSLIMPROTO_DEBUG -DDAEMONIZE -DUSE_SIGNALS_FOR_RESTART 
-Wall -O2 -march=mips32 -msoft-float -static -s -static conftest.c 
/home/edoardo/projects/squeezeslave/squeezeslave/lib/vorbis/lnx26/build/libvorbis-1.3.2/../../lib/libogg.a
 -logg  >&5
  cc1: error: unrecognized command line option "-mno-ieee-fp"
  configure:12777: $? = 1
  configure: failed program was:
  -- removed test code example --
  configure:12794: result: no
  configure:12799: error: Ogg >= 1.0 required !
  
--------------------


Add this at line 70, right after 'cd lib/vorbis/$(OS)/build && ${TAR}
--bzip -xf ../../../../sources/$(LIBVORBIS).tar.bz2'
Don't forget a tab at the beginning.


Code:
--------------------
    cd lib/vorbis/$(OS)/build/$(LIBVORBIS) && $(SED) -i "s/-mno-ieee-fp//g" 
configure
--------------------


-- 
ralphy

Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *12*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to