> On linux, I get undefined reference to ktc_ListTokens, and ktc_GetToken.
> 
> Something is really weird, cause I use the GetToken call in something else
> I build on Linux, as well as AIX. (though I don't know If I have
> successfully built it with native cc on AIX.)

Question about your linux setup:
        1) Are you using i386_linux1 or i386_linux2 libraries?
        2) Are you trying to compile a.out or ELF?

Remember that i386_linux1 is a.out, i386_linux2 is ELF.  You cannot
compile an ELF program with a.out libraries.  The undefined reference
error above tells me that you are probably building ELF but using
a.out libraries.  Either switch to building a.out, or use the ELF
(i386_linux2) AFS libraries.

Enjoy!

-derek

Reply via email to