在目录下构建组件 ( pkg-config
)pkgsrc
时,我被告知checking for a compliant posix_memalign() implementation...
如下跟踪所示。CPU 保持在 99% 并且在几个小时内似乎没有进展。任何可能出错的想法都值得赞赏。
要安装 pkgsrc,我按照此处的 Bootstrap 指令,使用 HEaD_650。自安装 pkgsrc 直到我卡住的精确命令:
# uname -a
QNX localhost 6.5.0 2012/06/20-13:50:59EDT x86pc x86
# svn checkout --username <username> http://community.qnx.com/svn/repos/pkgsrc/HEAD_650
# cd pkgsrc/bootstrap && ./bootstrap
# cd ../devel/pkg-config
# pwd
/usr/share/pkgsrc/devel/pkg-config
# bmake
:
checking for fd_set... yes, found in sys/select.h
checking whether realloc (NULL,) will work... yes
checking for nl_langinfo (CODESET)... no
checking for nl_langinfo (PM_STR)... no
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... no
checking for a compliant posix_memalign() implementation...
使用 QNX6.5.0 SDP1
(顺便说一句,我不确定我在上面做的方式是否是正确的方式pkg-config
。QNX
)