French Forest Sector Model (FFSM++)

Laboratoire d'Economie Forestière - LEF - Nancy, France

User Tools

Site Tools


en:dev:development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:dev:development [2020/07/30 15:54]
Antonello Lobianco [ColPack]
en:dev:development [2020/07/30 16:32] (current)
Antonello Lobianco [ADOL-C] Reinserted the lib64 trick as it seems it is indeed needed
Line 49: Line 49:
 make make
 sudo make install sudo make install
 +</code>
 +
 +  * On 64 bits Linux, symlink all libadoc.* libraries from /usr/lib64 to /usr/lib:<code bash>
 +cd /usr/lib
 +sudo ln -s ../lib64/libadolc.la . 
 +sudo ln -s ../lib64/libadolc.so .
 +sudo ln -s ../lib64/libadolc.so.2 .
 +sudo ln -s ../lib64/libadolc.so.2.1.0 .
 </code> </code>
  
en/dev/development.txt · Last modified: 2020/07/30 16:32 by Antonello Lobianco