[BuildTools-tickets] [BuildTools] #79: lib/coin and lib/coin/ThirdParty still survive in some scripts

BuildTools coin-trac at coin-or.org
Mon Sep 27 08:41:34 EDT 2010


#79: lib/coin and lib/coin/ThirdParty still survive in some scripts
-------------------+--------------------------------------------------------
Reporter:  kingaj  |       Owner:  andreasw                
    Type:  defect  |      Status:  new                     
Priority:  major   |   Component:  configuration tests     
 Version:  0.5     |    Keywords:  lib/coin, lib/ThirdParty
-------------------+--------------------------------------------------------
 there seems to be a small error in the Makefile of Smi/examples/
 (trunk rev. 496)

 The libraries were installed into lib, not lib/coin and
 lib/ThirdParty, so I had to change the line
 CXXLINKFLAGS =  -Wl,--rpath
 -Wl,/home/hans/workbench/smi-trunk/build/lib/coin -Wl,--rpath
 -Wl,/home/hans/workbench/smi-trunk/build/lib/coin/ThirdParty

 to
 CXXLINKFLAGS =  -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib

 for the linker to work correctly.

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/79>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list