error: cannot find -llzma
-
I tried to run my application but this error shows. " cannot find -llzma "
Ubuntu 18.04
Qt : 5.8.0Any Idea?
-
@jsulm I tried "sudo apt-get install -y liblzma-dev" , It Works
-
I tried to run my application but this error shows. " cannot find -llzma "
Ubuntu 18.04
Qt : 5.8.0Any Idea?
@nadimfnadaf said in error: cannot find -llzma:
I tried to run my application but this error shows. " cannot find -llzma "
This makes no sense since this is a linker error,nnot an erorr when you're running your application.
You try to link to lzma but the linker can not find the appropriate lib - make sure it's available and you pass the correct path to the linker so it can be found. -
I tried to run my application but this error shows. " cannot find -llzma "
Ubuntu 18.04
Qt : 5.8.0Any Idea?
-
@jsulm I tried "sudo apt-get install -y liblzma-dev" , It Works
-
N nadimfnadaf has marked this topic as solved on