Я новичок в токио шкафу и я установил его и я запустить пример С программы я получаю сообщение об ошибке ... в то время как я компиляции с GCCпроблема компиляции в токио программы cabinate C
gcc -O tcadbex.c
/tmp/cc7IEOht.o: In function `main':
tcadbex.c:(.text+0xd): undefined reference to `tcadbnew'
tcadbex.c:(.text+0x1f): undefined reference to `tcadbopen'
tcadbex.c:(.text+0x58): undefined reference to `tcadbput2'
tcadbex.c:(.text+0x74): undefined reference to `tcadbput2'
tcadbex.c:(.text+0x90): undefined reference to `tcadbput2'
tcadbex.c:(.text+0xc1): undefined reference to `tcadbget2'
tcadbex.c:(.text+0x10e): undefined reference to `tcadbiterinit'
tcadbex.c:(.text+0x11c): undefined reference to `tcadbget2'
tcadbex.c:(.text+0x156): undefined reference to `tcadbiternext2'
tcadbex.c:(.text+0x164): undefined reference to `tcadbclose'
tcadbex.c:(.text+0x18d): undefined reference to `tcadbdel'
collect2: ld returned 1 exit status
может кто-нибудь скажет мне, в чем проблема с этим ...
я получаю это, если я запустить выше ЦМД ..но мой Java API прекрасно работает ,,, но Мне нужно это в c /usr/bin/ld: не удается найти -ltcadb collect2: ld возвращен 1 статус выхода – raj
@raj, проверьте обновление, библиотека имеет другое имя, которое я использовал в качестве примера. – paxdiablo