This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Is there a way to make static executable out of ELF shared one?


Hi gcc folks,

I need a bunch of static executables for linux initial ramdisk.
I have all needed executables but some of them require .so libs.
I know that static binaries can be made at compile time (ld -static)
but do I really need to download source for all my binaries?

There must be a way to make static binary from shared one

Please CC me
--
Denis Vlasenko


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]