Re: -L option in GNU linker ld

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/20/2010 09:34 AM, ali hagigat wrote:
How can i add a few directories by -L option? Each -L is used with
only one pathname? or I can specify several pathname with one -L
option. I am using Fedora 12 , Linux.....

Hey,

when using the -L option of ld, you can only specify one directory per -L option, but you could simply add multiple -L options to your command line, e.g. ld <...> -L<path1> -L <path2>.

Andi


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux