<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Le 09/11/2009 04:21, Chris Lattner a écrit :<br>
<span style="white-space: pre;">> +<p>The 'clang' driver is
designed to work as closely to GCC as<br>
> possible to +  maximize portability.  The only major difference<br>
> between the two is that +  Clang defaults to gnu99 mode while GCC<br>
> defaults to gnu89 mode.  If you see +  weird link-time errors<br>
> relating to inline functions, try passing -std=gnu99 +  to<br>
> clang.</p> +</span><br>
<br>
more like<br>
<br>
    try passing -std=gnu89<br>
<br>
no?<br>
<br>
regards,<br>
<br>
Cédric<br>
</body>
</html>