search for: rpl_getopt

Displaying 3 results from an estimated 3 matches for "rpl_getopt".

2011 Jun 27
2
hivex-1.2.7 build failure on Ubuntu 10.04, rpl_getopt, rpl_optind
...4, and get the following failure: Making all in xml make[2]: Entering directory `/opt/sandbox/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...
2012 Mar 11
3
Compilation troubles
...--------------------------------------------------- but then compilation end badly:: 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'...
2011 Nov 30
1
[PATCH] hivex: Added gnulib includes from builddir, as suggested by the Gnulib documentation; link hivexml against libgnu.
...gcc -std=gnu99 -DLOCALEBASEDIR=\"/usr/local/share/locale\" -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/Makefil...