RE:G__cpp_setupG__stream again

Masaharu Goto (MXJ02154@nifty.ne.jp)
Sun, 18 Jul 1999 07:17:24 +0900


Dear Wolfgang,

I can not directly solve your problem, but try to give you as much
information as possible. G__cpp_setupG__stream is referenced from
src/pragma.c or src/CINT_pragma.c. It is defined in src/libstrm.cxx
or src/CINT_libstrm.cxx.
My guess is that for some reason CINT_libstrm.o is missing when
making libCint.so. Would you check if this is linked for libCint.so?

Thank you
Masaharu Goto

=========================================================================
Dear ROOTers,
I would like to compile ROOT 2.22/09 on an Alpha using DU4.0D and EGCS1.1.
2
(-> Makefile.alphaegcs). The compilation crashes at

Generating dictionary BASE_G__Base1.cxx...
11691:/usr/users/tmp/bin/rootcint: /sbin/loader: Error: unresolvable symbol i
n /usr/users/tmp/root/lib/libCint.so: G__cpp_setupG__stream
11691:/usr/users/tmp/bin/rootcint: /sbin/loader: Fatal Error: this executable

has unresolvable symbols

I know this problem has been discussed on ROOTTALK in connection
with SUN machines. It was suggested to rebuild CINT using fakestrm.cxx.
This doesn't work in my case.

Can somebody help me?

Thanks.

Wolfgang