|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Linux compiler how to put glibc static translation process?
I used up the procedures for Linux Linux compiler.
Glibc installed in the machine was not functioning, suggesting no link libstdc++.so.5
Ldd libtest.so
Output :
[code]libstdc++.so.5 =>; /usr/lib/libstdc++.so.5 (0x40039000)
Libm.so.6 =>; /lib/tls/libm.so.6 (0x400ec000)
Libc.so.6 =>; /lib/tls/libc.so.6 (0x42000000)
Libdl.so.2 =>; /lib/libdl.so.2 (0x4010e000)
Libgcc_s.so.1 =>; /lib/libgcc_s.so.1 (0x40112000)
/lib/ld-linux.so.2 =>; /lib/ld-linux.so.2 (0x80000000)
[/code]
I want to use -static-libgcc option after connecting glibc static process
Programming -shared -o libtest.so test.o -static-libgcc
After ldd libtest.so still dependent on the translation above glib bank is not!
Please enlighten me go up in smoke crop |
Linux compiler how to put glibc static translation process?
Why do I ask this question Meirenhuida total?
Is it a place of RPWT? |
Linux compiler how to put glibc static translation process?
Not done, not nonsense. But no system can operate normally libc? Very doubtful that |
Linux compiler how to put glibc static translation process?
Libstdc++.so.5 not glibc, C + + Runtime library, the last one on the examination.
Libc is not, its position and win the csrss, if interested can delete a try. . . . . . Is sure to regret. |
Linux compiler how to put glibc static translation process?
Links can be made using the static method to share the Secretary? Doubt very much!
Incidentally, -static-libgcc libgcc is used to designate use of the static version of other ineffective reservoir |
| |