Hi,
we’ll need to port the CINT STL dictionaries to your platform. Let’s start with something that should resemble what you use. In cint/cint/Module.mk you will find the line
ifeq ($(CXXCMD),xlC)
ifeq ($(PLATFORM),macosx)
Add a new case for your platform, but instead of gcc3strm.cxx (like for macosx) try immediately with gcc4strm. If that fails try with gcc3strm. Let us know what the output is; I would appreciate a full log attached instead of just the relevant snippets.
Cheers, Axel.