linux编译问题(200分)

  • 主题发起人 主题发起人 baobaox
  • 开始时间 开始时间
B

baobaox

Unregistered / Unconfirmed
GUEST, unregistred user!
[?]
.a文件从linux7.3 到8.0上之后就无法编译了,错误信息:
ah_cmpp1.2/dpl_socket.o ah_cmpp1.2/dpl_util.o
ah_cmpp1.2/dpl_util.o(.text+0x211): In function `read_str_dec_from_buff':
/home/hanb/caohg/api/dpl_util.c:69: undefined reference to `__ctype_b'
ah_cmpp1.2/dpl_util.o(.text+0x2e9): In function `read_str_hex_from_buff':
/home/hanb/caohg/api/dpl_util.c:97: undefined reference to `__ctype_b'
ah_cmpp1.2/dpl_util.o(.text+0x308):/home/hanb/caohg/api/dpl_util.c:97: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [.yn_sender] Error 1
不知为何?
请大家帮忙,多谢!!!
 
编译器版本不同造成的。
改改程序。或者装一个原来版本的编译器。
 
没有源程序
 
后退
顶部