irstlm error
/usr/include/c++/7/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
solution:
replace src/Makefile.am
from
AM_CXXFLAGS = -static -isystem/usr/include -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3
to
AM_CXXFLAGS = -static -I/usr/include -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS) -DMYCODESIZE=3
thanks…very helpful so replace -isystem by -I