Problem about getopt.c
Eli Zaretskii
eliz@gnu.org
Fri Mar 20 10:54:00 GMT 2015
> Date: Fri, 20 Mar 2015 16:05:39 +0800
> From: Fei Ding <fdingiit@gmail.com>
>
> /////////////////////////////////////////
> getopt.o:
>
> getopt1.o:
>
> getpwd.o:
> U __errno_location
> 0000000000000008 b failure_errno.3486
> U free
> U getcwd
> U getenv
> 0000000000000000 T getpwd
> 0000000000000000 b pwd.3485
> U stat
> U xmalloc
> /////////////////////////////////////////
>
> Nothing there in getopt.o and getopt1.o, it is so strange to me.
> What's more, I write a printf() in the beginning of
> _getopt_internal(), and make clean && make && make install, but there
> is no printing message.
>
> Did I miss something?
My crystal ball says that on your system the conditions for defining
ELIDE_CODE in getopt.c are fulfilled, and so libiberty's getopt is not
used.
More information about the Gdb
mailing list