[ET Trac] [Einstein Toolkit] #455: Sort link directories so that system directories come last

Einstein Toolkit trac-noreply at einsteintoolkit.org
Tue Jun 21 13:27:09 CDT 2011


#455: Sort link directories so that system directories come last
----------------------+-----------------------------------------------------
 Reporter:  eschnett  |       Owner:     
     Type:  defect    |      Status:  new
 Priority:  major     |   Milestone:     
Component:  Cactus    |     Version:     
 Keywords:            |  
----------------------+-----------------------------------------------------
 The enclosed patch ensures (makes it more likely) that external libraries
 provided by Cactus ("ExternalLibraries") supersede system libraries. The
 underlying problem is that all library search paths specified via -L are
 concatenated on the final link line, and if different versions of the same
 library exist, it is then difficult to ensure that that right one is used.

 The enclosed patch sorts the directories in final link line such that
 system directories (in particular /opt/local) come last, so that Cactus's
 directories come first.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/455>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list