레드햇9에 파트이미지 설치해 보셨거나 ./configure중..?
수고하십니다. 씨퓨500메가,램256,하드40에 윈도파티션4 리눅스 6기가에
레드햇 9를 웍스테이션으로 설치해 사용하고 있습니다.
파트이미지 를 소스로 설치하려고 ./configure를 했는데 ...아래 로그확인좀
하셔서 답변 부탁드립니다 감사합니다^^
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by partimage configure 0.7.1, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = i686
uname -r = 2.4.20-8
uname -s = Linux
uname -v = #1 Thu Mar 13 175428 EST 2003
/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 /usr/local/sbin
PATH /usr/local/bin
PATH /sbin
PATH /bin
PATH /usr/sbin
PATH /usr/bin
PATH /usr/X11R6/bin
PATH /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure1462 checking build system type
configure1480 result i686-pc-linux-gnu
configure1488 checking host system type
configure1502 result i686-pc-linux-gnu
configure1510 checking target system type
configure1524 result i686-pc-linux-gnu
configure1556 checking for a BSD-compatible install
configure1610 result /usr/bin/install -c
configure1625 checking for -p flag to install
configure1638 result yes
configure1649 checking whether build environment is sane
configure1692 result yes
configure1726 checking for gawk
configure1742 found /bin/gawk
configure1752 result gawk
configure1762 checking whether make sets ${MAKE}
configure1782 result yes
configure1949 checking for style of include used by make
configure1977 result GNU
configure2027 checking for gcc
configure2043 found /usr/bin/gcc
configure2053 result gcc
configure2297 checking for C compiler version
configure2300 gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure2303 $? = 0
configure2305 gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure2308 $? = 0
configure2310 gcc -V </dev/null >&5
gcc argument to `-V' is missing
configure2313 $? = 1
configure2339 checking for C compiler default output
configure2342 gcc conftest.c >&5
configure2345 $? = 0
configure2378 result a.out
configure2383 checking whether the C compiler works
configure2389 ./a.out
configure2392 $? = 0
configure2407 result yes
configure2414 checking whether we are cross compiling
configure2416 result no
configure2419 checking for suffix of executables
configure2421 gcc -o conftest conftest.c >&5
configure2424 $? = 0
configure2446 result
configure2452 checking for suffix of object files
configure2476 gcc -c conftest.c >&5
configure2479 $? = 0
configure2498 result o
configure2502 checking whether we are using the GNU C compiler
configure2529 gcc -c conftest.c >&5
configure2532 $? = 0
configure2535 test -s conftest.o
configure2538 $? = 0
configure2550 result yes
configure2556 checking whether gcc accepts -g
configure2580 gcc -c -g conftest.c >&5
configure2583 $? = 0
configure2586 test -s conftest.o
configure2589 $? = 0
configure2599 result yes
configure2626 gcc -c -g -O2 conftest.c >&5
conftest.c2 parse error before "me"
configure2629 $? = 1
configure failed program was
#ifndef __cplusplus
choke me
#endif
configure2741 checking dependency style of gcc
configure2803 result gcc3
configure2810 checking for strerror in -lcposix
configure2843 gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld cannot find -lcposix
collect2 ld returned 1 exit status
configure2846 $? = 1
configure failed program was
#line 2817 "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 ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
;
return 0;
}
configure2863 result no
configure2917 checking for gcc
configure2943 result gcc
configure3187 checking for C compiler version
configure3190 gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure3193 $? = 0
configure3195 gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure3198 $? = 0
configure3200 gcc -V </dev/null >&5
gcc argument to `-V' is missing
configure3203 $? = 1
configure3206 checking whether we are using the GNU C compiler
configure3254 result yes
configure3260 checking whether gcc accepts -g
configure3303 result yes
configure3330 gcc -c -g -O2 conftest.c >&5
conftest.c2 parse error before "me"
configure3333 $? = 1
configure failed program was
#ifndef __cplusplus
choke me
#endif
configure3445 checking dependency style of gcc
configure3507 result gcc3
configure3564 checking for g++
configure3580 found /usr/bin/g++
configure3590 result g++
configure3606 checking for C++ compiler version
configure3609 g++ --version </dev/null >&5
g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure3612 $? = 0
configure3614 g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure3617 $? = 0
configure3619 g++ -V </dev/null >&5
g++ argument to `-V' missing
configure3622 $? = 1
configure3625 checking whether we are using the GNU C++ compiler
configure3652 g++ -c conftest.cc >&5
configure3655 $? = 0
configure3658 test -s conftest.o
configure3661 $? = 0
configure3673 result yes
configure3679 checking whether g++ accepts -g
configure3703 g++ -c -g conftest.cc >&5
configure3706 $? = 0
configure3709 test -s conftest.o
configure3712 $? = 0
configure3722 result yes
configure3768 g++ -c -g -O2 conftest.cc >&5
configure3771 $? = 0
configure3774 test -s conftest.o
configure3777 $? = 0
configure3805 g++ -c -g -O2 conftest.cc >&5
configure In function `int main()'
configure3797 `exit' undeclared (first use this function)
configure3797 (Each undeclared identifier is reported only once for each
function it appears in.)
configure3808 $? = 1
configure failed program was
#line 3786 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
;
return 0;
}
configure3768 g++ -c -g -O2 conftest.cc >&5
configure3771 $? = 0
configure3774 test -s conftest.o
configure3777 $? = 0
configure3805 g++ -c -g -O2 conftest.cc >&5
configure3808 $? = 0
configure3811 test -s conftest.o
configure3814 $? = 0
configure3838 checking dependency style of g++
configure3900 result gcc3
configure3917 checking for a BSD-compatible install
configure3971 result /usr/bin/install -c -p
configure3982 checking whether ln -s works
configure3986 result yes
configure3993 checking whether make sets ${MAKE}
configure4013 result yes
configure4028 checking how to run the C preprocessor
configure4054 gcc -E conftest.c
configure4060 $? = 0
configure4087 gcc -E conftest.c
configure408328 ac_nonexistent.h No such file or directory
configure4093 $? = 1
configure failed program was
#line 4082 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure4130 result gcc -E
configure4145 gcc -E conftest.c
configure4151 $? = 0
configure4178 gcc -E conftest.c
configure417428 ac_nonexistent.h No such file or directory
configure4184 $? = 1
configure failed program was
#line 4173 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure4264 checking for ranlib
configure4280 found /usr/bin/ranlib
configure4291 result ranlib
configure4307 checking for bison
configure4323 found /usr/bin/bison
configure4333 result bison -y
configure4347 checking for gcc option to accept ANSI C
configure4413 gcc -c -g -O2 conftest.c >&5
configure4416 $? = 0
configure4419 test -s conftest.o
configure4422 $? = 0
configure4436 result none needed
configure4448 checking for ANSI C header files
configure4462 gcc -E conftest.c
configure4468 $? = 0
configure4553 gcc -o conftest -g -O2 conftest.c >&5
configure4556 $? = 0
configure4558 ./conftest
configure4561 $? = 0
configure4575 result yes
configure4593 checking for special C compiler options needed for large files
configure4673 result no
configure4679 checking for _FILE_OFFSET_BITS value needed for large files
configure4713 gcc -c -g -O2 conftest.c >&5
configure4693 warning left shift count >= width of type
configure4693 warning left shift count >= width of type
configure4695 size of array `off_t_is_large' is negative
configure4716 $? = 1
configure failed program was
#line 4686 "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];
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
;
return 0;
}
configure4758 gcc -c -g -O2 conftest.c >&5
configure4761 $? = 0
configure4764 test -s conftest.o
configure4767 $? = 0
configure4778 result 64
configure4788 checking for _LARGE_FILES value needed for large files
configure4822 gcc -c -g -O2 conftest.c >&5
configure4825 $? = 0
configure4828 test -s conftest.o
configure4831 $? = 0
configure4887 result no
configure4929 checking for pthread_create in -lpthread
configure4962 gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure4965 $? = 0
configure4968 test -s conftest
configure4971 $? = 0
configure4982 result yes
configure5048 checking for uuid_generate in -luuid
configure5081 gcc -o conftest -g -O2 conftest.c -luuid -lpthread >&5
/usr/bin/ld cannot find -luuid
collect2 ld returned 1 exit status
configure5084 $? = 1
configure failed program was
#line 5055 "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 ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
uuid_generate ();
;
return 0;
}
configure5101 result no
configure5112 error *** uuid library (libuuid) not found
## ---------------- ##
## 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_cxx_compiler_gnu=yes
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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_exeext=
ac_cv_header_stdc=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_pthread_pthread_create=yes
ac_cv_lib_uuid_uuid_generate=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "partimage"
#define PACKAGE_TARNAME "partimage"
#define PACKAGE_VERSION "0.7.1"
#define PACKAGE_STRING "partimage 0.7.1"
#define PACKAGE_BUGREPORT "partimage-debug@sourceforge.net"
#define PACKAGE ""
#define VERSION ""
#define PI_CORE_VERSION "0.7.1"
#define GUI_QT_VERSION "0.1.2"
#define GUI_NEWT_VERSION "0.7.1"
#define IMAGE_FORMAT_VERSION "1.4b"
#define NETWORK_PROTOCOL_VERSION "1.5"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define STDC_HEADERS 1
#define _FILE_OFFSET_BITS 64
#define OS_LINUX 1
#define _GNU_SOURCE 1
#define HAVE_LIBPTHREAD 1
configure exit 1
아시는 분 다시한번 답변 좀 부탁드립니다. 고맙습니다.^^
Re: 레드햇9에 파트이미지 설치해 보셨거나 ./configure중..?
단순하게 libuuid가 안깔려 있는겁니다
한번 리녹스 시디에서 libuuid-devel이 있나보세여
그리고 www.freshmeat.net에서 다운받을수 잇는곳 나올겁니가
즐린
System Secure CD 라는 부팅 가능한 CD가 있습니다.
System Secure CD 라는 부팅 가능한 CD가 있습니다.
parted 를 포함한 백업 및 복구 파티션 조정, GUI도 있습니다.
굳이 인스톨하지 마시고 저거 사용해 보세요.
CD로 부팅해서 하드디스크 마운트 하지 않고 별짓 다 할수 있습니다.
응급 복구 CD로 쓸때도 좋습니다.
제가 아주 유용하게 쓰고 있거든요
아래 주소에서 다운 받으시면 됩니다.
http://www.systemrescuecd.org/index.en.html
아지랑이류 초환상 공콤 화랑... 포기하다.. T.T
댓글 달기