Difference between revisions of "Linker message: cannot find -l"

From Lazarus wiki
Jump to navigationJump to search
 
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
For example:
+
{{Linker message: cannot find -l}}
  /usr/bin/ld: cannot find -lgdk
 
  
This means an external library was not found. In the above case under Linux it means the libgdk.so or libgdk.a was not found. Normally this means, you forgot to install the development package of this library. In the case of gdk the package is called under the Fedora Core distribution: 'gtk+-devel-1.2.10-33'.
+
See instead: [[Lazarus Faq#I receive an error during the linking that states /usr/bin/ld: cannot find -l<some lib>]]
 +
 
 +
== FAQ ==
 +
 
 +
See also: [[Lazarus Faq]]

Latest revision as of 14:02, 8 September 2014