3.4.12 L: Specify Library Search Path Option
The -Ldir
option allows you to specify an
additional directory to be searched for library files that have been specified by using the
-l
option. The assembler will automatically
search standard library locations, so you only need to use this option if you are linking
in your own libraries.