Categories
How to change the libraries definition path from 64 to 32 bits?
When compiling make, the compiler looks for files in the /usr/local/lib64 folder, but I need it to look in the /usr/local/lib folder, how can I do this?
Answer the question
In order to leave comments, you need to log in
You can set an additional directory for library search using the compiler option: -L <new library path>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question