1

GDB 基于 RHEL-4.7 构建。我在 RHEL-6.3 上运行 GDB。如果 GDB 是动态链接的,那么一切正常。如果 GDB 是静态链接的,我得到了

(gdb) target remote :2107
localhost: unknown host
:2107: No such file or directory.

静态构建 GDB 时,我们收到一条警告消息:

warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

我也用google搜索过,似乎gethostbyname依赖于glibc库。我尝试在 RHEL-6.3 上安装兼容的 glibc 库。但是没有运气。有什么提示吗?

4

0 回答 0