questions about uclibc 0.9.30 elf type "FILE"

Khem Raj raj.khem at gmail.com
Thu Jan 22 02:43:17 UTC 2009


On Wed, Jan 21, 2009 at 4:02 PM, Kevin Day <thekevinday at gmail.com> wrote:
> During a test compilation of my system under uClibc 0.9.30, xterm
> failed to link because the function getpt was unresolved.
>
> Looking in /lib/libc.so of 0.9.30 with readelf showed that getpt was
> defined as type  "FILE" with a name of "getpt.c" (notice the trailing
> .c)

thats a different symbol

> Looking at /lib/libc.so of 0.9.28.3 with readelf, gept was properly
> defined as type "FUNC" with a name of "getpt"
> Both versions of uClibc were compiled with identical packages and as
> similar of a .config file as possible.

Do you have UCLIBC_HAS_GETPT turned on in your .config ?


Thx

-Khem


More information about the uClibc mailing list