This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
en:dev:development [2020/07/30 13:54] – [ColPack] Antonello Lobianco | en:dev:development [2020/07/30 14:32] – [ADOL-C] Reinserted the lib64 trick as it seems it is indeed needed Antonello Lobianco | ||
---|---|---|---|
Line 49: | Line 49: | ||
make | make | ||
sudo make install | sudo make install | ||
+ | </ | ||
+ | |||
+ | * On 64 bits Linux, symlink all libadoc.* libraries from /usr/lib64 to / | ||
+ | cd /usr/lib | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
</ | </ | ||