what is the difference between the two command?

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

 



hi:

   Here are two command for producting one .so file :

   1. gcc  -nostdlib -Wl,-T,vsyscall.lds vsyscall-int80.o -o vsyscall-int80.so
   
   2. ld  -T vsyscall.lds vsyscall-int80.o -o vsyscall-int80.so
   
Thanks!


[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