返回列表 發帖
我去到make install不成功...
  1. CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
  2. make[1]: Entering directory `/usr/src/asterisk-1.8.0/menuselect'
  3. make[1]: `makeopts' is up to date.
  4. make[1]: Leaving directory `/usr/src/asterisk-1.8.0/menuselect'
  5.    [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
  6. lock.o: In function `__ast_rwlock_trywrlock':
  7. /usr/src/asterisk-1.8.0/utils/lock.c:1339: undefined reference to `ast_bt_get_addresses'
  8. lock.o: In function `__ast_rwlock_tryrdlock':
  9. /usr/src/asterisk-1.8.0/utils/lock.c:1273: undefined reference to `ast_bt_get_addresses'
  10. lock.o: In function `__ast_rwlock_timedwrlock':
  11. /usr/src/asterisk-1.8.0/utils/lock.c:1173: undefined reference to `ast_bt_get_addresses'
  12. lock.o: In function `__ast_rwlock_timedrdlock':
  13. /usr/src/asterisk-1.8.0/utils/lock.c:1073: undefined reference to `ast_bt_get_addresses'
  14. lock.o: In function `__ast_rwlock_wrlock':
  15. /usr/src/asterisk-1.8.0/utils/lock.c:959: undefined reference to `ast_bt_get_addresses'
  16. lock.o:/usr/src/asterisk-1.8.0/utils/lock.c:845: more undefined references to `ast_bt_get_addresses' follow
  17. collect2: ld returned 1 exit status
  18. make[1]: *** [aelparse] Error 1
  19. make: *** [utils] Error 2
複製代碼
不知是甚麼問題...重覆試過數次也不行...
還在試...

TOP

Haven't select Compiler Flags&Module Embedding...
And complete install~

But DADHI also cannot install...

GUI also have problems...

TOP

返回列表