U
U
Urukhayy2018-10-14 16:05:32
C++ / C#
Urukhayy, 2018-10-14 16:05:32

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

1 answer(s)
R
res2001, 2018-10-14
@res2001

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 your question

Ask a Question

731 491 924 answers to any question