I have written code using some of the root libraries.
It worked fine with the g++ compiler.
Now I switched to the aCC compiler and am linking against the aCC
version of the root libs.
It compiles,links,but when I run it, I get a whole load
of error messages:
aCC runtime: Error 215 from shl_findsym(/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl,_shlInit)
/lib/dld.sl: Unresolved symbol: glwMDrawingAreaWidgetClass (data) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
/lib/dld.sl: Unresolved symbol: typeid__XT12TGLViewerImp_ (data) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
/lib/dld.sl: Unresolved symbol: glNormal3fv (code) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
/lib/dld.sl: Unresolved symbol: glMatrixMode (code) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
/lib/dld.sl: Unresolved symbol: __ct__11THelpDialogFPCc (code) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
/lib/dld.sl: Unresolved symbol: glCullFace (code) from
/afs/cern.ch/user/w/woudstra/public/root/lib/libRGL.sl
etc.
etc.
Can somebody please help me? Thanks a lot.
Martin.