Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- nice post, though i'm curious if you can skip the step of linking the system libraries back into Quartus. i believe Quartus will use the system libraries if it doesn't find the Quartus ones (after you mv them to .old). --- Quote End --- Yes! You are right. So, it can be put more simple as: cd /opt/altera9.1/quartus/linux/ sudo mv libX11.so.6 libX11.so.6_old sudo mv libuuid.so.1 libuuid.so.1_old