在freebsd下编译nodejs,出现无法找到execinfo.h头文件的错误

在freebsd下编译nodejs,会出现无法找到execinfo.h头文件的错误,execinfo.h头文件在linux下,通常由glibc包提供。但在freebsd中execinfo不直接由libc包提供,execinfo.h头文件可以通过安装devel/libexecinfo软件包来获得。

转载于:https://www.cnblogs.com/unsea/archive/2012/11/16/2772545.html

你可能感兴趣的:(在freebsd下编译nodejs,出现无法找到execinfo.h头文件的错误)