[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-babel C math.h issue
From: |
Nick Dokos |
Subject: |
Re: [O] org-babel C math.h issue |
Date: |
Fri, 11 Mar 2016 10:36:02 -0500 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.1.50 (gnu/linux) |
Anssi Saari <address@hidden> writes:
> Nick Dokos <address@hidden> writes:
>
>> You can test that that's the case: put your program into a file, say foo.c,
>> and
>> execute
>>
>> gcc -o foo.out -lm foo.c
>>
>> Does that give you undefined references?
>
> Does for me. gcc --version says
> gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
>
> So is it gcc that has changed then?
>
Possibly. I use
gcc (GCC) 5.3.1 20151207 (Red Hat 5.3.1-2)
on Fedora 22.
--
Nick