Skip to content
Snippets Groups Projects
Commit 16e0a1c7 authored by Philippe Canal's avatar Philippe Canal
Browse files

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
parent 4958cd39
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment