|
From: | Elias Mårtenson |
Subject: | Re: [Bug-apl] compile error location of malloc.h |
Date: | Mon, 29 Aug 2016 13:21:21 +0800 |
that should read:
#include <malloc.h>
or better
#include <stdlib.h>
things in double quotes are searched in local directory by default and not in system.
Xtian.
On 2016-08-28 23:42, Xiao-Yong Jin wrote:
LApack.cc:21:20: fatal error: malloc.h: No such file or directory
#include "malloc.h"
^
compilation terminated.
Under OS X, it’s in /usr/include/malloc/malloc.h
Is it actually needed? The code compiles fine without the #include.
Best,
Xiao-Yong
[Prev in Thread] | Current Thread | [Next in Thread] |