[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error message for memory.h
From: |
Chongke Bi |
Subject: |
Error message for memory.h |
Date: |
Wed, 9 Sep 2015 18:02:52 +0900 |
Dear all,
I got the following message,
could you please kindly help me?
Thank you very much in advance.
Best regards,
Chongke
-------------------------------------------------------------------------------------------------------
configure:5464: checking for memory.h
configure:5464: mpicc -c -g -O2 conftest.c >&5
In file included from conftest.c:50:0:
/usr/local/include/memory.h:4:19: fatal error: cstdlib: No such file or
directory
#include <cstdlib>
^
compilation terminated.
configure:5464: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "TextParser"
| #define PACKAGE_TARNAME "TextParser"
| #define PACKAGE_VERSION "1.6.3"
| #define PACKAGE_STRING "TextParser 1.6.3"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL ""
| #define PACKAGE "TextParser"
| #define VERSION "1.6.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <memory.h>
configure:5464: result: no
--
Chongke BI<address@hidden>
- Error message for memory.h,
Chongke Bi <=