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
/hb/scratch/month/hulsberg/root/lib/libCint.so
ld: fatal: Symbol referencing errors. No output written to
/hb/scratch/month/hulsberg/root/bin/cint
collect2: ld returned 1 exit status
gmake: *** [/hb/scratch/month/hulsberg/root/bin/cint] Error 1
I do not have a clue where to look for G__cpp_setupG__stream. Any
suggestions ?
Regards,
Wouter