RE: Executable shared object

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

 



Hi Pradyuman,

That doesn't quite do what Paolo is asking for.

Why not just put libuseso.c directly in the libexpm.so file (that would do what Paolo wants)?

gcc -fPIC -c exp1.c exp2.c exp3.c libuseso.c
ld -G -o libexpm.so exp1.o exp2.o exp3.o libuseso.o -dy -ldl -lc

Then the problem becomes "Hey, that doesn't work!"

--Eljay



[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