From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-babel C math.h issue Date: Thu, 10 Mar 2016 10:43:53 +0100 Message-ID: <87h9gellba.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx6N-0007Jl-LH for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 04:41:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adx6K-0003eY-Do for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 04:41:51 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx6K-0003eU-77 for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 04:41:48 -0500 In-Reply-To: (Oz Ben-Ami's message of "Sun, 6 Mar 2016 17:44:26 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Oz Ben-Ami Cc: emacs-orgmode@gnu.org Hello, Oz Ben-Ami writes: > A minimal working example, attached, includes the following snippet: > > #+BEGIN_SRC C :includes '( ) :flags -lm > int i=9; > printf("%d\n",(int)sqrt(i)); > #+END_SRC FWIW, I get #+BEGIN_SRC C :includes '( ) :flags -lm int i=9; printf("%d\n",(int)sqrt(i)); #+END_SRC #+RESULTS: : 3 without any error. Regards, -- Nicolas Goaziou