Hi Elias,

I am afraid that you are correct.

/// Jürgen


On 03/14/2017 04:57 PM, Elias Mårtenson wrote:
This has already been fixed a few months ago. For this, and many other fixes, you should use the latest version from svn instead of the releases. 

That said, might be time for a new release. Jürgen? 

Regards, 
Elias 

On 14 Mar 2017 11:53 PM, "Jean-Jacques Girardot" <jean-jacques.girar...@orange.fr> wrote:
Hi !

While compiling the 1.6 source code under OSX 9.5, I got the following error :


g++ -DHAVE_CONFIG_H -I. -I..       -g -O2 -MT apl-LApack.o -MD -MP -MF .deps/apl-LApack.Tpo -c -o apl-LApack.o `test -f 'LApack.cc' || echo './'`LApack.cc
LApack.cc:21:10: fatal error: 'malloc.h' file not found
#include "malloc.h"
         ^

I replaced the « malloc.h » include on line 21 by
#include <stdlib.h>
as the appropriate declaration of malloc is in this file, which seems to correct
the problem, since apl now compiles and passes the tests.


Hope this helps.

Regards.

Jean-Jacques Girardot
jean-jacques.girardot@orange.fr





Reply via email to