static library unresolved symbols
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help <gcc-help@xxxxxxxxxxx>
- Subject: static library unresolved symbols
- From: Riccardo Manfrin <riccardomanfrin@xxxxxxxxx>
- Date: Tue, 18 Jun 2013 12:40:03 +0200
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6
I'm inspecting a static library with nm, and I see that the tool
provides me with the unresolved symbols of a file foo.o even though
those symbols are defined in file zoo.o and both are included in the
static library (ar rcs libmy.a zoo.o foo.o).
How can I ask nm to resolve these symbols if they can be found within
the files of the archive and just report me about the other not resolved?
Thanks
R
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]