L
L
LiptonOlolo2016-02-10 16:46:40
linux
LiptonOlolo, 2016-02-10 16:46:40

Make does not want to work, cannot find, like, 3 libraries from ld, who came across?

Good afternoon.
Building the project through make failed, at 97% it gives me this:
p278gN5f0EEO3A.png
Who came across? How can I still compile this project? :(
ps-I'm not friends with Linux at all.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Martyanov, 2016-02-10
@vilgeforce

Installing the necessary libraries will save the father of Russian democracy.

V
Vlad Zhivotnev, 2016-02-10
@inkvizitor68sl

Well, eprst, man apt-cache search (or whatever you have instead).

[email protected]:~$ apt-cache search g3d | head -1
libg3d-dev - LibG3D development package

L
LiptonOlolo, 2016-02-10
@LiptonOlolo

The issue is not resolved :(
Still scolds on /usr/bin/ld: cannot find -lg3dlib Found the
rest.

I
iv_k, 2016-02-10
@iv_k

1. Is the -L option given? -L/usr/lib path to libs
2. find libg3d-dev.so
it can also be called libg3d-dev.so.1 etc.
enter current name

U
uvelichitel, 2016-02-10
@uvelichitel

  • Check library paths 'echo $LIBRARY_PATH'
  • Check manually if libg3d-dev is there
  • If not, look manually and google where is libg3d-dev installed
  • after libg3d-dev is found on the machine, do
  • './configure 'LDFLAGS="-L/path/to/libg3d-dev"'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question