Rene, thanks for your help. All I should have to do is add the line: TApplication theApp("App", &argc, argv); To my code, right? Here's a link to the revised code: http://darkwing.uoregon.edu/~jearly/HEP/treeread.cxx Does this look right? It compiles (and links) fine, but this still spits back the same error. :-( Is there potentially another work around, like linking to the .so files instead of .dylibs (I don't know enough to know why we need dylibs instead of so). The .so files are created while compiling, so can I link to those instead some how? on 6/5/03 23:31, Rene Brun at brun@pcbrun.cern.ch wrote: > Hi Jeffrey, > > Your examples run correctly on Linux, Windows, Solaris. > I have no way to test on MacOSX, but, as I said in a previous mail, > this is a loader problem on MacOSX. Static objects in libTree.so, > are not created when loading this library. The dictionary for the > classes in the lib is not created. Including a TApplication object > should in principle fix this problem (it is missing in your example)
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:12 MET