Problems compiling ROOT test programs.

Simon Cameron (Simon.Cameron@vsl.com.au)
Mon, 06 Jul 1998 17:46:41 +0900


Hello,

I have just downloaded the Solaris executable for ROOT v1.03.

I can run the demo programs, but I am having problems compiling
the test programs that reside in the test directory. I get "symbol
referencing errors" - as shown in the traces below.

Does anybody have any ideas or suggestions?

Also, does ROOT support complex numbers? If not, has anybody
added complex number support?

Thankyou in advance,

Simon Cameron.

>make
>g++ -O -fPIC -I/home/simonc/projects/root/root/include -c Event.cxx
>g++ -O -fPIC -I/home/simonc/projects/root/root/include -c EventCint.cxx
>g++ -O -fPIC -I/home/simonc/projects/root/root/include -c MainEvent.cxx
>g++ -G -g Event.o EventCint.o -o libEvent.so
>g++ -g MainEvent.o Event.o EventCint.o
-L/home/simonc/projects/root/root/lib -lNew -lBase -lCint -lClib -lCont
-lFunc -lGraf -lGraf3d -lHist -lHtml -lMatrix -lMeta -lMinuit -lNet
-lPostscript -lProof -lTree -lUnix -lZip -lm -lsocket -lgen
-L/opt/SUNWspro/lib -lsunmath -o Event
>Undefined first referenced
> symbol in file
>__0fKunsafe_iosDtieP6Hostream
/home/simonc/projects/root/root/lib/libCint.so
>__0FDhexR6Dios
/home/simonc/projects/root/root/lib/libCint.so
>__0fOunsafe_ostreamHdo_opfxv
/home/simonc/projects/root/root/lib/libBase.so
>__0FEendlR6Hostream
/home/simonc/projects/root/root/lib/libBase.so
>__0FCwsR6Histream
/home/simonc/projects/root/root/lib/libBase.so
>__0fDiosEsetflTB
/home/simonc/projects/root/root/lib/libCint.so
>

Removed long list of error messages.

>__0fHfilebufGattachi
/home/simonc/projects/root/root/lib/libCint.so
>__0oLfstreambasectiPcTB
/home/simonc/projects/root/root/lib/libCint.so
>Browse__7TObjectP8TBrowser Event.o
>ld: fatal: Symbol referencing errors. No output written to Event
>*** Error code 1
>make: Fatal error: Command failed for target `Event'
>