Displaying 3 results from an estimated 3 matches for "_getopt_internal".
Did you mean:
__getopt_internal
2002 Feb 27
2
static link
...:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/
-L/usr/local/opt/openssl/lib -static -lssh -lopenbsd-compat -lpam -ldl
-lutil -lz -lnsl -lcrypto
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In
function `_getopt_internal':
/usr/src/build/40453-i386/BUILD/glibc-2.2.4/posix/getopt.c:516:
multiple definition of `optind'
openbsd-compat//libopenbsd-compat.a(getopt.o):/home/olli/openssh-3.0.2p1/openbsd-compat/getopt.c:64:
first defined here
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In...
2002 Feb 25
0
link statically
...:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/
-L/usr/local/opt/openssl/lib -static -lssh -lopenbsd-compat -lpam -ldl
-lutil -lz -lnsl -lcrypto
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In
function `_getopt_internal':
/usr/src/build/40453-i386/BUILD/glibc-2.2.4/posix/getopt.c:516:
multiple definition of `optind'
openbsd-compat//libopenbsd-compat.a(getopt.o):/home/olli/openssh-3.0.2p1/openbsd-compat/getopt.c:64:
first defined here
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In...
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
On Fri, Mar 28, 2014 at 10:00:49AM +0100, Olaf Hering wrote:
> Does your build have "working GNU getopt function... yes"?
Seems so:
$ rm config.cache
$ ./configure |& grep getopt
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is