kernel-2.6.3 에 glibc-2.3.2 + nptl-0.9 를 설치하는데..
글쓴이: ejilim / 작성시간: 수, 2004/03/17 - 3:30오후
설치중에 자꾸만 에러가 뜨는데 도무지 원인을 찾을수가 없네요..
배포판 redhat 8.0 에 kernel 2.6.3 설치하고,
binutils-2.14 설치하고,
glibc-2.3.2+nptl-0.9 를 설치하는데,
configure 는 성공했는데 make 에서 자꾸만 에러가 납니다.
혹시 비슷한 일을 해보신분의 자문을 구합니다.
플리즈~~
Forums:
http://wiki.kldp.org/wiki.php/DocbookSgm
http://wiki.kldp.org/wiki.php/DocbookSgml/Beginner_QA-KLDP
http://wiki.kldp.org/wiki.php/DocbookSgml/Ask-TRANS
증상을 더 자세히 알려주시지 않으시면 답변을 드리고 싶어도 드릴 수가 없습니다. 어떤 에러가 뜨나요..?
죄송해요.. 증상을 자세히 말씀드리면...
배포판은 Redhat 8.0 이고,
kernel-2.6.3 을 설치하고,
binutils-2.14 설치,
glibc-2.3.2 를 다운받고,
nptl-0.9.tar.bz2 압축을 풀어서 생성되는 nptl, nptl_db 디렉토리를
glibc 하위에 복사한후 glibc 의 build 를 시도..
glibc 의 build 를 하는 과정에서 우선
%mkdir glibc-build
%cd glibc-build
%../libc/configure --prefix=/usr/local/lib/glibc-testing --disable-profile --without-cvs --with-tls --with-binutils=/usr/local/bin --with-headers=/usr/src/linux-2.6.3/include --enable-add-ons=nptl --enable-kernel=current
그 후에 'make' 를 하면 에러가 뜹니다. ㅡ.ㅜ
에러는 다음과 같아요..
-----------------------------------------------------------------------------
../sysdeps/unix/sysv/linux/init-first.c:67: `argc' undeclared (first use in this function)
../sysdeps/unix/sysv/linux/init-first.c:67: (Each undeclared identifier is reported only once
../sysdeps/unix/sysv/linux/init-first.c:67: for each function it appears in.)
../sysdeps/unix/sysv/linux/init-first.c:68: `argv' undeclared (first use in this function)
../sysdeps/unix/sysv/linux/init-first.c:69: `envp' undeclared (first use in this function)
../sysdeps/unix/sysv/linux/init-first.c:108: confused by earlier errors, bailing out
make[2]: *** [/pub/sw/glibc-2.3.2-build/csu/init-first.o] Error 1
make[2]: Leaving directory `/pub/sw/glibc-2.3.2/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/pub/sw/glibc-2.3.2'
make: *** [all] Error 2
--------------------------------------------------------------------------------
이미 해보신 분들의 조언을 필요로 합니다.
댓글 달기