glibc에서 build 폴더에관한 질문입니다.

intelwoo의 이미지

tar.bz2로 압축된 glibc-2.3.2을 받았습니다.
압축을 풀고 폴더로 들어가서 install파일을 읽어보니

GNU libc can be compiled in the source directory, but we strongly
advise building it in a separate build directory. For example, if you
have unpacked the glibc sources in `/src/gnu/glibc-2.3', create a
directory `/src/gnu/glibc-build' to put the object files in. This
allows removing the whole build directory in case an error occurs,
which is the safest way to get a fresh start and should always be done.

라는 문구가 보여서 (압축을 /root/glibc-2.3.3-20030312 속에 풀었습니다.)
그대로 /root/glibc-build 라는 폴더를 만들었고 혹시나 싶어서 /root//root/glibc-2.3.3-20030312 속에 glibc-build라는 폴더를 또 만들었습니다
그리고 ./configure --enable-add-ons라고 하니
configure: error: you must configure in a separate build directory
이런 에러가 일어납니다.faq나 readme파일을 봐도 더 자세한 이야기는 안나와있습니다.조언좀 부탁드립니다.

feanor의 이미지

configure를 ./configure 처럼 실행시키지 마시고, build 디렉토리에서 실행하세요. 예를 들어, /root/glibc-2.3.3 에 소스를 풀었다면 /root/glibc-2.3.3/build 를 만드시고,

$ cd build
$ ../configure (상위 디렉토리의 configure를 실행)

처럼 하셔야 합니다.

--feanor

익명 사용자의 이미지

ld라는 폴더를 만들고 거기로 들어가서
../configure --enable-add-ons
라고 명령하니 잘 진행되다가 -prefix를 사용하라면서 멎었습니다.그래서
../configure --enable-add-ons --prefix=/usr/local/glibc-2.3.2
라고 입력하니 잘 됩니다.

그런데 여기서 make 를 하니
[root@localhost build]# make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: 들어감 `/usr/src/redhat/SOURCES/glibc-2.3.2-20030312' 디렉토리
/bin/sh: line 1: configure.in: command not found
make[1]: *** [configure] 오류 127
make[1]: 나감 `/usr/src/redhat/SOURCES/glibc-2.3.2-20030312' 디렉토리
make: *** [all] 오류 2

이렇게 뜹니다.
~

세이군의 이미지

glibc의 전체적인 진행 사항은 이렇습니다.

glibc의 소스 파일을 /opt/밑에다 풀어 놓습니다. (굳이 /opt가 아니어도 좋습니다. 단 /root 밑에는 제외하여 주세여...)
그러면 /opt/glibc-2.3.3-20030312 라는 디렉토리가 만들어집니다.
그런 뒤에 /opt/glibc-build디렉토리를 만들고 그 디렉토리로 이동을 합니다.
그럼 현재 프롬프트가 이렇게 나오겠지요..

[root@localhost /opt/glibc-build]#

이 상태에서
# ../glibc-2.3.3-20030312/configure --enable-add-ons

라고 입력을 합니다.
그러면 알아서 설정 작업이 이루어 집니다.

glibc는 컴파일 작업중에 사용하는 프로그램의 버전이 특정 버전 이상이어야 한다는 요구사항이 있습니다.
아래는 glibc 2.3.3을 컴파일하기 위한 최소 요건입니다.

    make 3.79 이상
    GCC 3.2이상
    binutils 2.13이상(as, ld등)
    texinfo 3.12f 이상
    gawk 3.0, mawk 1.3이상
    sed 3.02이상
    autoconf 2.53 이상
    gettext 0.10.36이상
참고 웹페이지 주소입니다.
http://www.gnu.org/software/libc/manual/html_node/Installation.html[/]

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.