About libstdc++ link staticlly
greg zhang
gregzh@yahoo.com
Wed Mar 8 13:17:00 GMT 2000
Dear sir,
There is a problem when I compile my project with
C++(gcc).
Now, my project is a shared project, but I want to
link libstdc++(2.8.1.1) staticlly, avoiding release
this project with libstdc++, But I fail to do it.
To a normal project(I mean exe module), I can do it
with just removing libstdc++.so.2.8.1.1., gcc will
link libstdc++.a archive file automaticlly.
To this shared object, I failed, and gave me a tip:
Text relocation remains reference file
against symbol
<unknown> ..../XXX.o
fprintf ..../XXX.o
ld: fatal: relocation remains against allocatable but
non-writable sections.
I don't know how to fix it?
Could you help me?
Thanks.
I am very appricate if you reply me to this email address.
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
More information about the Gcc-help
mailing list