Editing Documentation/Maemo 5 Developer Guide/Development Environment/Maemo SDK

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.

Warning: This page is 33 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 361: Line 361:
GCC prints very different errors this time. These errors come from <code>ld</code>, which is the binary code linker in Linux systems and complains about missing symbols (the undefined references). Obviously something is still missing.
GCC prints very different errors this time. These errors come from <code>ld</code>, which is the binary code linker in Linux systems and complains about missing symbols (the undefined references). Obviously something is still missing.
-
You must tell the linker where to find the missing symbols. Because this is the linker and not the compiler that we are talking about, the missing symbols are in the library files.
+
You must tell the linker where to find the missing symbols. Because this is the linker and not the compiler that we are talking aobut, the missing symbols are in the library files.
To fix the problem (again using backticks), <code>pkg-config --libs</code> can be used:
To fix the problem (again using backticks), <code>pkg-config --libs</code> can be used:

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)