The matter is, it is not compiled into a library per se; i.e., it does not produce any libtinyxml.a file. Instead, you must add the tinyxml source files to your project.
There are patches to produce a static library. Alternatively, you can add a rule to the Makefile yourself; something like "make lib".
Cheers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I try to use tinyxml under unix, but i doesn't find the library *.a or *.so.
what can i do???
greetz Christian
Hello Dr,
TinyXml works nicely under Unix.
The matter is, it is not compiled into a library per se; i.e., it does not produce any libtinyxml.a file. Instead, you must add the tinyxml source files to your project.
There are patches to produce a static library. Alternatively, you can add a rule to the Makefile yourself; something like "make lib".
Cheers.