search for: rpl_optind

Displaying 5 results from an estimated 5 matches for "rpl_optind".

2011 Jun 27
2
hivex-1.2.7 build failure on Ubuntu 10.04, rpl_getopt, rpl_optind
...x/src/hivex/hivex-1.2.7/xml' CC hivexml-hivexml.o CCLD hivexml hivexml-hivexml.o: In function `main': /opt/sandbox/src/hivex/hivex-1.2.7/xml/hivexml.c:86: undefined reference to `rpl_getopt' /opt/sandbox/src/hivex/hivex-1.2.7/xml/hivexml.c:100: undefined reference to `rpl_optind' /opt/sandbox/src/hivex/hivex-1.2.7/xml/hivexml.c:133: undefined reference to `rpl_optind' collect2: ld returned 1 exit status make[2]: *** [hivexml] Error 1 (For completeness, I should say the building is occuring in a chroot environment where an Ubuntu 10.04 image resides, not on a...
2012 Mar 11
3
Compilation troubles
...adly:: Making all in xml make[2]: Entering directory `/tmp/hivex-1.3.3/xml' CCLD hivexml hivexml-hivexml.o: In function `main': /tmp/hivex-1.3.3/xml/hivexml.c:96: undefined reference to `rpl_getopt' /tmp/hivex-1.3.3/xml/hivexml.c:110: undefined reference to `rpl_optind' /tmp/hivex-1.3.3/xml/hivexml.c:154: undefined reference to `rpl_optind' collect2: ld returned 1 exit status make[2]: *** [hivexml] Error 1 make[2]: Leaving directory `/tmp/hivex-1.3.3/xml' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/hiv...
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
...ink at least in sles11sp3, 1.25.37 was still ok: > > ... > [ 288s] virt_index_validate-index-validate.o: In function `main': > [ 288s] index-validate.c:(.text+0x94): undefined reference to `rpl_getopt_long' > [ 288s] index-validate.c:(.text+0x165): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x177): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x18c): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x498): undefined reference to `rpl_perror' > [ 288s] collect2: ld returned...
2014 Mar 27
4
ANNOUNCE: libguestfs 1.26 released
I'm pleased to announce libguestfs 1.26, a library and set of tools for accessing and modifying virtual machine disk images. This release took more than 6 months of work by a considerable number of people, and has many new features (see release notes below). You can get libguestfs 1.26 here: Main website: http://libguestfs.org/ Source:
2011 Nov 30
1
[PATCH] hivex: Added gnulib includes from builddir, as suggested by the Gnulib documentation; link hivexml against libgnu.
...; -I../gnulib/lib -I../lib -I/usr/include/libxml2 -g -O2 -o .libs/hivexml hivexml-hivexml.o ../lib/.libs/libhivex.so /usr/lib/libxml2.so hivexml-hivexml.o: In function `main': ?SRCDIR?/xml/hivexml.c:96: undefined reference to `rpl_getopt' ?SRCDIR?/xml/hivexml.c:110: undefined reference to `rpl_optind' ?SRCDIR?/xml/hivexml.c:154: undefined reference to `rpl_optind' collect2: ld returned 1 exit status make[2]: *** [hivexml] Error 1 make[2]: Leaving directory `?SRCDIR?/xml' --- lib/Makefile.am | 5 ++++- sh/Makefile.am | 1 + xml/Makefile.am | 3 ++- xml/hivexml.c | 2 +...