LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trouble with Makefile (https://www.linuxquestions.org/questions/linux-newbie-8/trouble-with-makefile-273086/)

chui_yap 01-02-2005 06:49 PM

Trouble with Makefile
 
/usr/bin/ld: cannot find -lgm
I get this error message while trying to compile. What is that?
Have I neglected to install certain software?

Because of this error, I cannot find all the executable files.

Please help me!!!!
:scratch:

__J 01-02-2005 07:02 PM

Uh, need more info.

distro?
what are you trying to compile?
what executable files?

-lgm means the program ld (the dynamic linker for libraries) is trying to find libgm and cannot.
This either means you do not have libgm installed or it is not in the default search path for libraries.

chui_yap 01-02-2005 09:03 PM

trying to compile a numerical model.

It is actually using the MYRINET GM... which our cluster doesn't have. Not the graphic math library I originally thought. Thanks!


All times are GMT -5. The time now is 10:53 PM.