hmm,
You could try using printf, not print.
But since I have never used "Super C", I could be wrong, but most C compilers use printf.
Basically the linking error is it saying that it doesn't know of any methods that has the name "print".
Ie, no external definition, is it saying there is no difinition of "print" in the headers you linked with.