Hi ,

As suggested i did make test but it is showing errors like:
test1.c:(.text+0x390): undefined reference to `Tcl_CreateCommand'
test1.c:(.text+0x3b8): undefined reference to `Tcl_CreateObjCommand'
test1.c:(.text+0x3d4): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x3e8): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x3fc): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x410): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x424): undefined reference to `Tcl_LinkVar'
/tmp/ccnlfRA9.o:test1.c:(.text+0x438): more undefined references to
`Tcl_LinkVar' follow
/tmp/ccnlfRA9.o: In function `test_printf':
test1.c:(.text+0x688): undefined reference to `Tcl_AppendResult


I think compiler is not getting tcl.h file

Now what should be done to debug these errors

Regards
Avinash
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to