Re: sun/solaris egcs

Soren Lange (Soeren.Lange@cern.ch)
Tue, 25 Aug 1998 11:29:21 +0200 (METDST)


Hi Wouter,

> I am trying to compile ROOT on sun with egcs. Unfortuantely, I have some
> rtouble linking:
>
> g++ -g -o /hb/scratch/month/hulsberg/root/bin/cint MAIN_cppmain.o \
> -L/hb/scratch/month/hulsberg/root/lib -lCint -lm -ltermcap -dld -lcurses
> Undefined first referenced
> symbol in file
> G__cpp_setupG__stream
...

Such unresolved references seem to origin from libstrm.cxx
in CINT (but only for SUN platform).
Try to recompile CINT using fakestrm.cxx instead
and try again using the new libCint.so.
This worked not only in my case on SunOS 4.1.1.,
but also for Damir Buskulic some weeks ago
http://root.cern.ch/root/roottalk/roottalk98/1214.html

soeren