THtml and project compiled with gcc

Hello,

I want generate a nice documentation for my project with THtml but I don’t succeed. My makefile create a dictionary with rootcint and after it compiles with gcc but I don’t know how to generate my documentation.

ps : I succeed creating a documentation for one independant class by making a shared library with aclic and loading it in the macro which generate the documentation.

Ok I succeed finally, I launched the root Cint interpreter from my program and do my THtml object inside.

Hi,

alternatively you could have linked against -lHtml. Either way, posting some error messages you got would have been helpful - but you seem to have solved it yourself.

Cheers, Axel.