Hi, I use this command to compile the program:
gcc -Wall -I/usr/local/include -DHAVE_INLINE -c main.c So I assume that -DHAVE_INLINE helps me define HAVE_INLINE. Is that correct? I also use -UGSL_RANGE_CHECK when compiling as suggested in the old post. But that doesn’t work. Best regards! Khoa On 11 Apr 2014, at 9:51 am, Peter Johansson <[email protected]> wrote: > On 04/11/2014 09:44 AM, Khoa Tran wrote: >> Can anybody help me clarify? >> > You can do the switch when you compile your program, but the switch is only > available if you have defined HAVE_INLINE. > > hth, > > -- > Peter Johansson >
