#202: tools/socket_stubs.c compile error
-------------------------+--------------------------------------------------
  Reporter:  theneb      |       Owner:  admin    
      Type:  Bugs        |      Status:  new      
  Priority:  1           |   Milestone:           
 Component:  Liquidsoap  |     Version:  0.3.8+svn
Resolution:              |    Keywords:  amd64    
       Mac:  1           |       Linux:  1        
    Netbsd:  1           |       Other:  1        
   Freebsd:  1           |  
-------------------------+--------------------------------------------------
Comment (by toots):

 Yep, this is an issue in the optimization option generated for gcc.

 You can disable it by applying the following patch:
 {{{
 Index: configure.ac
 ===================================================================
 --- configure.ac        (révision 6168)
 +++ configure.ac        (copie de travail)
 @@ -212,8 +212,6 @@

  # Add -fPIC to CFLAGS for compatibility with x86_64
  CFLAGS="$CFLAGS -fPIC"
 -# Optimize for local machine
 -CFLAGS="$CFLAGS -O3 -march=native -mtune=native"

  ocamlcflags="-ccopt \"\$(CFLAGS)\""
  ocamllflags="-linkpkg -package unix -package threads -package str"
 }}}

 Until we find a better alternative..

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/202#comment:1>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to