페도라 코어 4에 gcc 3.x.x 설치할때요^^^

vananamilk의 이미지

하이...

페도라 코어 4를 사용하는데요. gcc 4.x.x 버젼이더라구요.
전 여기에 gcc 3.x.x 버젼을 설치할려구요. 일단 gcc 4.x.x를
제거했구요.
yum remove gcc
다른 패키지까지 22개를 삭제했어요...

그리고 yum 미러 사이트를 /etc/yum.repo... 방에서 설정해서 페도라
코어 3 디렉토리에서 검색하게 해서 yum install gcc를 했습니다.

근데 의존성 문제가 나오네요... 이거 어떻게 해결할 수 없나요?

Loading Yum Metadata
Parsing package install arguments
Resolving Dependencies
Error: Missing Dependency: cpp = 3.4.2-6.fc3 is needed by package gcc
Loading Yum Metadata
Parsing package install arguments
Resolving Dependencies
Error: Missing Dependency: cpp = 3.4.2-6.fc3 is needed by package gcc
Loading Yum Metadata
...

gcc 4.x.x 버젼으로 컴파일 하니 3.x.x 에서 warning으로 나오던 것이 error로
나오네요... 3.x.x 버젼 설치하구 싶어요... 글구 둘다 사용할수 있는 방법두
좀 갈켜 주세요....

그럼.

sangu의 이미지

vananamilk wrote:
하이...

페도라 코어 4를 사용하는데요. gcc 4.x.x 버젼이더라구요.
전 여기에 gcc 3.x.x 버젼을 설치할려구요. 일단 gcc 4.x.x를
제거했구요.
yum remove gcc
다른 패키지까지 22개를 삭제했어요...

그리고 yum 미러 사이트를 /etc/yum.repo... 방에서 설정해서 페도라
코어 3 디렉토리에서 검색하게 해서 yum install gcc를 했습니다.

근데 의존성 문제가 나오네요... 이거 어떻게 해결할 수 없나요?

Loading Yum Metadata
Parsing package install arguments
Resolving Dependencies
Error: Missing Dependency: cpp = 3.4.2-6.fc3 is needed by package gcc
Loading Yum Metadata
Parsing package install arguments
Resolving Dependencies
Error: Missing Dependency: cpp = 3.4.2-6.fc3 is needed by package gcc
Loading Yum Metadata
...

gcc 4.x.x 버젼으로 컴파일 하니 3.x.x 에서 warning으로 나오던 것이 error로
나오네요... 3.x.x 버젼 설치하구 싶어요... 글구 둘다 사용할수 있는 방법두
좀 갈켜 주세요....

그럼.

$ yum install gcc compat-gcc-32
$ gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.0 20050622 (Red Hat 4.0.0-13)
$ gcc32 -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/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 --enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.fc4)

euteamo의 이미지

sangu 님께서 알려주신 방법을 사용했습니다만,
저는 조금 다르게 나옵니다.

$ yum install gcc compat-gcc-32

를 실행하니 이것저것 많이 설치하더군요.
그리고 나서,

$ gcc32 -v 하면 그런 명령어 없다고 나옵니다.
$ gcc34 -v 해도 그런 명령어 없다고 나옵니다.

그런데 희안하게도,
$ gcc33 -v 를 하면 메시지가 나옵니다만, 주~욱 읽어보면, gcc 3.4.x 가 설치되어 있습니다.

제 시스템은 fc3 입니다.

저는 gcc 3.2 를 쓰고 싶습니다. 어떻게 하면 될까요?

cococo의 이미지

혹시나 해서... -_-;;

yum으로 설치하면 아마 gcc 링크가 자동으로 gcc->gcc32로 바뀌어 있지 않을까 싶어서요.

설치 자체는 에러 메시지 안 나왔으니까 제대로 되었다고 보고, 그렇다면 gcc3.2가 깔렸을테니, gcc가 gcc 3.2를 링크하고 있지 않을까 해서요.

댓글 달기

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