bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem installing parted


From: Priit Voolaid
Subject: problem installing parted
Date: Sun, 5 May 2002 16:11:45 +0200

I want to install parted-1.6.0, but i can't build the program
with make like described in parted documentation. I get following
error msg.:
make: *** No targets specified and no makefile found.  Stop.
I've encountered several errors in config.log, but i don't know
what must be done to resolve this problem.

Thanks,
Priit Voolaid

config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ./configure

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = geko
uname -m = i686
uname -r = 2.4.18-6mdk
uname -s = Linux
uname -v = #1 Fri Mar 15 02:59:08 CET 2002

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:1142: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1145: $? = 127
configure:1206: checking for a BSD compatible install
configure:1255: result: /usr/bin/install -c
configure:1266: checking whether build environment is sane
configure:1309: result: yes
configure:1342: checking for mawk
configure:1368: result: no
configure:1342: checking for gawk
configure:1357: found /bin/gawk
configure:1365: result: gawk
configure:1375: checking whether make sets ${MAKE}
configure:1395: result: yes
configure:1492: checking build system type
configure:1510: result: i686-pc-linux-gnu
configure:1517: checking host system type
configure:1531: result: i686-pc-linux-gnu
configure:1713: checking for style of include used by make
configure:1740: result: GNU
configure:1787: checking for gcc
configure:1802: found /usr/bin/gcc
configure:1810: result: gcc
configure:2038: checking for C compiler version
configure:2041: gcc --version </dev/null >&5
2.96
configure:2044: $? = 0
configure:2046: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
configure:2049: $? = 0
configure:2051: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2054: $? = 1
configure:2074: checking for C compiler default output
configure:2077: gcc  -D_REENTRANT   conftest.c  >&5
configure:2080: $? = 0
configure:2109: result: a.out
configure:2114: checking whether the C compiler works
configure:2120: ./a.out
configure:2123: $? = 0
configure:2138: result: yes
configure:2145: checking whether we are cross compiling
configure:2147: result: no
configure:2150: checking for executable suffix
configure:2152: gcc -o conftest  -D_REENTRANT   conftest.c  >&5
configure:2155: $? = 0
configure:2177: result: 
configure:2183: checking for object suffix
configure:2201: gcc -c  -D_REENTRANT  conftest.c >&5
configure:2204: $? = 0
configure:2223: result: o
configure:2227: checking whether we are using the GNU C compiler
configure:2248: gcc -c  -D_REENTRANT  conftest.c >&5
configure:2251: $? = 0
configure:2254: test -s conftest.o
configure:2257: $? = 0
configure:2269: result: yes
configure:2275: checking whether gcc accepts -g
configure:2293: gcc -c -g  conftest.c >&5
configure:2296: $? = 0
configure:2299: test -s conftest.o
configure:2302: $? = 0
configure:2312: result: yes
configure:2339: gcc -c  -D_REENTRANT  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2342: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2442: checking dependency style of gcc
configure:2504: result: gcc3
configure:2508: checking for strerror in -lcposix
configure:2535: gcc -o conftest  -D_REENTRANT   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2538: $? = 1
configure: failed program was:
#line 2516 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2555: result: no
configure:2604: checking for gcc
configure:2627: result: gcc
configure:2855: checking for C compiler version
configure:2858: gcc --version </dev/null >&5
2.96
configure:2861: $? = 0
configure:2863: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
configure:2866: $? = 0
configure:2868: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2871: $? = 1
configure:2874: checking whether we are using the GNU C compiler
configure:2916: result: yes
configure:2922: checking whether gcc accepts -g
configure:2959: result: yes
configure:2986: gcc -c  -D_REENTRANT  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2989: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3089: checking dependency style of gcc
configure:3151: result: gcc3
configure:3160: checking how to run the C preprocessor
configure:3186: gcc -E  conftest.c
configure:3192: $? = 0
configure:3219: gcc -E  conftest.c
configure:3216:28: ac_nonexistent.h: No such file or directory
configure:3225: $? = 1
configure: failed program was:
#line 3215 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3262: result: gcc -E
configure:3277: gcc -E  conftest.c
configure:3283: $? = 0
configure:3310: gcc -E  conftest.c
configure:3307:28: ac_nonexistent.h: No such file or directory
configure:3316: $? = 1
configure: failed program was:
#line 3306 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3356: checking whether gcc needs -traditional
configure:3391: result: no
configure:3405: checking for special C compiler options needed for large files
configure:3479: result: no
configure:3485: checking for _FILE_OFFSET_BITS value needed for large files
configure:3513: gcc -c  -D_REENTRANT  conftest.c >&5
configure:3500: warning: left shift count >= width of type
configure:3500: warning: left shift count >= width of type
configure:3502: size of array `off_t_is_large' is negative
configure:3516: $? = 1
configure: failed program was:
#line 3493 "configure"
#include "confdefs.h"
#include <sys/types.h>
 /* Check that off_t can represent 2**63 - 1 correctly.
    We can't simply define LARGE_OFF_T to be 9223372036854775807,
    since some C++ compilers masquerading as C compilers
    incorrectly reject 9223372036854775807.  */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
                       && LARGE_OFF_T % 2147483647 == 1)
                      ? 1 : -1];
int
main ()
{

  ;
  return 0;
}
configure:3552: gcc -c  -D_REENTRANT  conftest.c >&5
configure:3555: $? = 0
configure:3558: test -s conftest.o
configure:3561: $? = 0
configure:3572: result: 64
configure:3582: checking for _LARGE_FILES value needed for large files
configure:3610: gcc -c  -D_REENTRANT  conftest.c >&5
configure:3613: $? = 0
configure:3616: test -s conftest.o
configure:3619: $? = 0
configure:3669: result: no
configure:3682: checking for off_t
configure:3707: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:3710: $? = 0
configure:3713: test -s conftest.o
configure:3716: $? = 0
configure:3726: result: yes
configure:3729: checking size of off_t
configure:3913: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:3916: $? = 0
configure:3918: ./conftest
configure:3921: $? = 0
configure:3937: result: 8
configure:4046: checking for ld used by GCC
configure:4109: result: /usr/bin/ld
configure:4118: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.92.0.12 20011121
configure:4130: result: yes
configure:4134: checking for /usr/bin/ld option to reload object files
configure:4141: result: -r
configure:4146: checking for BSD-compatible nm
configure:4182: result: /usr/bin/nm -B
configure:4185: checking whether ln -s works
configure:4189: result: yes
configure:4196: checking how to recognise dependant libraries
configure:4364: result: pass_all
configure:4370: checking command to parse /usr/bin/nm -B output
configure:4447: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:4450: $? = 0
configure:4454: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 
\3/p' \> conftest.nm
configure:4457: $? = 0
configure:4509: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c conftstm.o >&5
configure:4512: $? = 0
configure:4553: result: ok
configure:4560: checking for dlfcn.h
configure:4570: gcc -E  conftest.c
configure:4576: $? = 0
configure:4595: result: yes
configure:4782: checking for ranlib
configure:4797: found /usr/bin/ranlib
configure:4806: result: ranlib
configure:4856: checking for strip
configure:4871: found /usr/bin/strip
configure:4880: result: strip
configure:5075: checking for objdir
configure:5086: result: .libs
configure:5101: checking for gcc option to produce PIC
configure:5251: result: -fPIC
configure:5255: checking if gcc PIC flag -fPIC works
configure:5275: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DPIC  
conftest.c >&5
configure:5278: $? = 0
configure:5281: test -s conftest.o
configure:5284: $? = 0
configure:5320: result: yes
configure:5336: checking if gcc static flag -static works
configure:5357: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
-static conftest.c  >&5
configure:5360: $? = 0
configure:5363: test -s conftest
configure:5366: $? = 0
configure:5380: result: yes
configure:5391: checking if gcc supports -c -o file.o
configure:5411: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -o 
out/conftest2.o  conftest.c >&5
configure:5435: result: yes
configure:5440: checking if gcc supports -c -o file.lo
configure:5462: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -c -o conftest.lo 
 conftest.c >&5
configure:5465: $? = 0
configure:5468: test -s conftest.o
configure:5471: $? = 1
configure: failed program was:
#line 5450 "configure"
#include "confdefs.h"

int
main ()
{
int some_variable = 0;
  ;
  return 0;
}
configure:5491: result: 
configure:5522: checking if gcc supports -fno-rtti -fno-exceptions
configure:5541: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fno-rtti 
-fno-exceptions -c conftest.c  conftest.c >&5
configure:5544: $? = 0
configure:5547: test -s conftest.o
configure:5550: $? = 0
configure:5566: result: yes
configure:5577: checking whether the linker (/usr/bin/ld) supports shared 
libraries
configure:6189: result: yes
configure:6194: checking how to hardcode library paths into programs
configure:6218: result: immediate
configure:6223: checking whether stripping libraries is possible
configure:6228: result: yes
configure:6239: checking dynamic linker characteristics
configure:6621: result: GNU/Linux ld.so
configure:6626: checking if libtool supports shared libraries
configure:6628: result: yes
configure:7192: checking whether -lc should be explicitly linked in
configure:7200: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:7203: $? = 0
configure:7217: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7220: $? = 0
configure:7233: result: no
configure:7833: checking for ranlib
configure:7857: result: ranlib
configure:7869: checking for ANSI C header files
configure:7883: gcc -E  conftest.c
configure:7889: $? = 0
configure:7976: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:7979: $? = 0
configure:7981: ./conftest
configure:7984: $? = 0
configure:7997: result: yes
configure:8007: checking for gcc option to accept ANSI C
configure:8064: gcc  -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8067: $? = 0
configure:8070: test -s conftest.o
configure:8073: $? = 0
configure:8090: result: none needed
configure:8098: checking for an ANSI C-conforming const
configure:8162: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8165: $? = 0
configure:8168: test -s conftest.o
configure:8171: $? = 0
configure:8181: result: yes
configure:8191: checking for inline
configure:8208: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8211: $? = 0
configure:8214: test -s conftest.o
configure:8217: $? = 0
configure:8228: result: inline
configure:8249: checking for sys/types.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for sys/stat.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for stdlib.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for string.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for memory.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for strings.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for inttypes.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for stdint.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8249: checking for unistd.h
configure:8261: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8264: $? = 0
configure:8267: test -s conftest.o
configure:8270: $? = 0
configure:8280: result: yes
configure:8290: checking for off_t
configure:8330: result: yes
configure:8342: checking for size_t
configure:8363: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:8366: $? = 0
configure:8369: test -s conftest.o
configure:8372: $? = 0
configure:8382: result: yes
configure:8396: checking for working alloca.h
configure:8414: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:8417: $? = 0
configure:8420: test -s conftest
configure:8423: $? = 0
configure:8433: result: yes
configure:8443: checking for alloca
configure:8481: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:8484: $? = 0
configure:8487: test -s conftest
configure:8490: $? = 0
configure:8500: result: yes
configure:8684: checking for stdlib.h
configure:8719: result: yes
configure:8684: checking for unistd.h
configure:8719: result: yes
configure:8732: checking for getpagesize
configure:8769: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:8772: $? = 0
configure:8775: test -s conftest
configure:8778: $? = 0
configure:8788: result: yes
configure:8798: checking for working mmap
configure:8934: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:8937: $? = 0
configure:8939: ./conftest
configure:8942: $? = 0
configure:8954: result: yes
configure:8965: checking whether we are using the GNU C Library 2.1 or newer
configure:8991: result: yes
configure:9000: checking for argz.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for limits.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for locale.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for nl_types.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for malloc.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for stddef.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9000: checking for stdlib.h
configure:9035: result: yes
configure:9000: checking for string.h
configure:9035: result: yes
configure:9000: checking for unistd.h
configure:9035: result: yes
configure:9000: checking for sys/param.h
configure:9010: gcc -E  conftest.c
configure:9016: $? = 0
configure:9035: result: yes
configure:9050: checking for feof_unlocked
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for fgets_unlocked
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for getcwd
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for getegid
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for geteuid
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for getgid
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for getuid
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for mempcpy
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for munmap
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for putenv
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for setenv
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for setlocale
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for stpcpy
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for strchr
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for strcasecmp
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for strdup
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for strtoul
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for tsearch
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for __argz_count
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for __argz_stringify
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9050: checking for __argz_next
configure:9087: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9090: $? = 0
configure:9093: test -s conftest
configure:9096: $? = 0
configure:9106: result: yes
configure:9127: checking for iconv
configure:9151: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9154: $? = 0
configure:9157: test -s conftest
configure:9160: $? = 0
configure:9209: result: yes
configure:9217: checking for iconv declaration
configure:9248: gcc -c  -D_REENTRANT -D_FILE_OFFSET_BITS=64  conftest.c >&5
configure:9251: $? = 0
configure:9254: test -s conftest.o
configure:9257: $? = 0
configure:9270: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:9285: checking for nl_langinfo and CODESET
configure:9303: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9306: $? = 0
configure:9309: test -s conftest
configure:9312: $? = 0
configure:9323: result: yes
configure:9334: checking for LC_MESSAGES
configure:9352: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9355: $? = 0
configure:9358: test -s conftest
configure:9361: $? = 0
configure:9371: result: yes
configure:9381: checking whether NLS is requested
configure:9390: result: yes
configure:9403: checking whether included gettext is requested
configure:9413: result: no
configure:9420: checking for libintl.h
configure:9430: gcc -E  conftest.c
configure:9436: $? = 0
configure:9455: result: yes
configure:9458: checking for GNU gettext in libc
configure:9478: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c  >&5
configure:9481: $? = 0
configure:9484: test -s conftest
configure:9487: $? = 0
configure:9497: result: yes
configure:9565: checking for dcgettext
configure:9602: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64   
conftest.c   >&5
configure:9605: $? = 0
configure:9608: test -s conftest
configure:9611: $? = 0
configure:9621: result: yes
configure:9635: checking for msgfmt
configure:9665: result: no
configure:9671: checking for gmsgfmt
configure:9700: result: :
configure:9709: checking for xgettext
configure:9739: result: no
configure:9904: checking for bison
configure:9930: result: no
configure:9974: checking for catalogs to be installed
configure:9994: result:  ca da de es fr gl ja nl nn pt pt_BR ru sv
configure:10035: checking for dlopen in -ldl
configure:10062: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DLOCALEDIR="\"${prefix}/share/locale\"" 
-DLOCALEDIR="\"${prefix}/share/locale\""   conftest.c -ldl   >&5
configure:10065: $? = 0
configure:10068: test -s conftest
configure:10071: $? = 0
configure:10082: result: yes
configure:10103: checking for uuid_generate in -luuid
configure:10130: gcc -o conftest  -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DLOCALEDIR="\"${prefix}/share/locale\"" 
-DLOCALEDIR="\"${prefix}/share/locale\""   conftest.c -luuid   >&5
/usr/bin/ld: cannot find -luuid
collect2: ld returned 1 exit status
configure:10133: $? = 1
configure: failed program was:
#line 10111 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char uuid_generate ();
int
main ()
{
uuid_generate ();
  ;
  return 0;
}
configure:10150: result: no
configure:10155: error: GNU Parted requires libuuid - a part of the e2fsprogs 
package (but
sometimes distributed separately in uuid-devel or similar)
This can probably be found on your distribution's CD or FTP site or at:
         http://web.mit.edu/tytso/www/linux/e2fsprogs.html
Note: if you are using precompiled packages you will also need the development
package as well (which may be called e2fsprogs-devel or something similar).
If you compile e2fsprogs yourself then you need to do 'make install' and
'make install-libs'.
        

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func_alloca_works=yes
ac_cv_func_dcgettext=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_uuid_uuid_generate=no
ac_cv_objext=o
ac_cv_path_GMSGFMT=:
ac_cv_path_MSGFMT=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_off_t=8
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv=$'extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext1_libc=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=$'/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* \\(.*\\)$/extern char 
\\1;/p\''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM=$'/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=$' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ 
\t]\\([ABCDGISTW][ABCDGISTW]*\\)[ \t][ 
\t]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2\\3 \\3/p\''
lt_cv_sys_path_separator=:
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define PACKAGE "parted"
#define VERSION "1.6.0"
#define ENABLE_FS 1
#define DEBUG 1
#define ENABLE_PC98 1
#define _FILE_OFFSET_BITS 64
#define SIZEOF_OFF_T 8
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define DYNAMIC_LOADING 1


configure: exit 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]