-
- Downloads
When statically linking and .o, we must list the .o and .a starting with the...
When statically linking and .o, we must list the .o and .a starting with the most dependent and ending with the least dependent. Leaf node at the end. This will insure that the lowest level library (listed at the end, right!) will be initialized first (hence now GetROOT is called _after_ initializing LLVM and clang and cling and clack. Yes, the linked will schedule the initialization of the last mentioned library first, i.e. from end to start of the link line. With this change, we can start root.exe with cling enabled (this or a similar fix should solve PyROOT order of initialization issue. git-svn-id: http://root.cern.ch/svn/root/trunk@45878 27541ba8-7e3a-0410-8455-c3a389f83636
Loading
Please register or sign in to comment