This is the mail archive of the gcc@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] | |
$ g++ -v -Wl,-v -shared -Wl,-expect_unresolved,'*' \ -Wl,-soname,libsip.so -o libsip.so moc_sipQt.o ...
I believe this is the culprit. How should I try to fix this? Should I check if p == '.so' and *(ld2-2) == '-soname'? Or maybe add o_file to *ld2++ when p == '.so' just like when p == '.o' || p == '.obj'?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |