AIX 5.3 서버 gcc 소스 설치시 문제

iyagi의 이미지

AIX 5.3 서버에 GCC를 설치 하려고 합니다.

gcc-4.0.2.tar 파일을 다운 받아서 tar 푼후

objdir 디렉토리 생성후

../configure 실행해 준 후

make 실행시 한참 컴파일 되다가(한 10분) 아래와 같은 에러가 나옵니다.

이 에러가 왜 발생하는지 당췌 모르겠습니다. 아시는 분 꼭 답변 바랍니다... ㅠ.ㅠ

==============================================================================

Target "all-am" is up to date.
Target "all" is up to date.
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
Target "all" is up to date.
Target "all" is up to date.
Target "all" is up to date.
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
Target "all" is up to date.
"Makefile", line 821: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 822: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 823: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 824: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 825: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 826: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 827: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 828: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 829: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 830: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 831: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 832: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 833: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 834: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 835: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 836: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 1037: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 1039: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 1045: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 1047: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 1050: make: 1254-055 Dependency line needs colon or double colon operator.
"", line 0: make: 1254-027 Cannot open .
"Makefile", line 1052: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 2259: make: 1254-055 Dependency line needs colon or double colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.
make: 1254-004 The error code from the last command is 2.

Stop.

assasasa의 이미지

gmake 로 다시한번 시도해 보세요~

"마무리가 반이다" -- woox

"마무리가 반이다" -- woox

iyagi의 이미지

gmake 가 없는데요...

make 와 gmake간에 큰 차이가 있나요?

gmake를 해보려면 따로 설치해야 하는건가요?

IBM 다운로드 사이트에 gmake란 패키지는 없는거 같은데요...

iyagi의 이미지

gmake 가 없는데요...

make 와 gmake간에 큰 차이가 있나요?

gmake를 해보려면 따로 설치해야 하는건가요?

IBM 다운로드 사이트에 gmake란 패키지는 없는거 같은데요...

다콘의 이미지

힘들게 그러지 마시고
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/download.html
여기서 smit로 rpm 설치하시고 나머지 패키지들은 rpm으로 설치하세요.

aix에 있는 make하고 gmake하고는 당연히 다릅니다.
보통 gnu 유틸들은 gmake를 사용해야 에러가 안납니다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.