Error Messages (L)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
ld: not found
ld is a Unix library linker.
It links your
If you receive "ld: not found" errors, you cannot complete the relink process.
Instead, you must search your system for ld.
The following command will assist you with this task:
find / -name ld -print
If you locate ld, you must add the directory which contains ld to your PATH.
If you do not find ld, you must obtain ld from your operating system or other vendor.
Referenced by...