找回密码
 用户注册

QQ登录

只需一步,快速开始

查看: 3315|回复: 1

编译Hello World出现的问题

[复制链接]
发表于 2008-12-24 19:52:38 | 显示全部楼层 |阅读模式
系统为:redhat
编译命令为: g++ -g -Wall -I $ACE_ROOT hello.cpp
出现的错误信息为:
  1. /tmp/cck4BAzE.o(.text+0x1d): In function `main':
  2. /home/godpig/Desktop/work/ace/hello.cpp:7: undefined reference to `ACE_Log_Msg::last_error_adapter()'
  3. /tmp/cck4BAzE.o(.text+0x25):/home/godpig/Desktop/work/ace/hello.cpp:7: undefined reference to `ACE_Log_Msg::instance()'
  4. /tmp/cck4BAzE.o(.text+0x3f):/home/godpig/Desktop/work/ace/hello.cpp:7: undefined reference to `ACE_Log_Msg::conditional_set(char const*, int, int, int)'
  5. /tmp/cck4BAzE.o(.text+0x54):/home/godpig/Desktop/work/ace/hello.cpp:7: undefined reference to `ACE_Log_Msg::log(ACE_Log_Priority, char const*, ...)'
  6. collect2: ld returned 1 exit status
复制代码


hello.cpp的代码为:
  1. #include <stdio.h>
  2. #include "ace/Log_Msg.h"
  3. #include "ace/OS_main.h"
  4. int ACE_TMAIN(int argc, ACE_TCHAR *argv[])
  5. {
  6.         ACE_DEBUG((LM_DEBUG, "Hello World\n"));
  7.         return 0;
  8. }
复制代码


我初学,从网上找了个最简单的例子,但一编译就出现了这样的问题,不知道是什么原因造成的?
非常感谢!!!
 楼主| 发表于 2008-12-24 20:44:31 | 显示全部楼层
已经解决了,原来是没有加上库的原因
您需要登录后才可以回帖 登录 | 用户注册

本版积分规则

Archiver|手机版|小黑屋|ACE Developer ( 京ICP备06055248号 )

GMT+8, 2024-12-23 22:01 , Processed in 0.015253 second(s), 6 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表