libpthread.a 와 libm.a의 오류.. 도와주세요~

쵱주의 이미지

안녕하세요.
깔짝깔짝 리눅스를 사용하고 있는 유져입니다.
이번에 새로운 프로그램이 필요해서 설치를 하는데... 이상한데서 계속 에러나 나네요..
삽질처럼 이것저것 만지다가 결국 에러가 왜 나는지 알게되었습니다.
바로 libm.a, libpthread.a 때문에 에러가 나는데요..

두 라이브러리는 glibc-static이라는 rpm에서 설치가 되는데.. 설치가 안되면 당연히 에러는 다음과 같이 나타납니다.

ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../libm.a when searching for -lm
ld: skipping incompatible /usr/lib/libm.a when searching for -lm
ld: skipping incompatible /usr/lib/libm.a when searching for -lm
ld: cannot find -lm
make: *** [normbeis3] Error 1

하지만, glibc-static (2.11.2-3)을 설치하고 나면 에러메세지가 다릅니다.
설치시 약간의 warning 메세지가 나오는데 다음과 같습니다.

Warning: RPMDB altered outside of yum.
** Found 18 pre-existing rpmdb problem(s), 'yum check' output follows:
intel-cproc073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cprocsdk073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cprof073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cproflib073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cprofsdk073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cproidb073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cproidbcdt073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cproidbsdk073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cproipp073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cproipplib073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cproipplibdev073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cprolib073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cprolibdev073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cpromkl073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cpromklib073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cpromklibdev073-11.1-1.x86_64 has missing requires of lsb >= ('0', '3.0', None)
intel-cprotbblib073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)
intel-cprotbblibdev073-11.1-1.noarch has missing requires of lsb >= ('0', '3.0', None)

이유는 잘 모르겠지만, 다시 설치를 해보면 에러 메세지가 바뀌어있습니다.
수많은 에러 중 하나면 적어놓겠습니다.
/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libpthread.a(libpthread.o): In function `sem_open':
(.text+0x765d): warning: the use of `mktemp' is dangerous, better use `mkstemp'
/home/choingjoo/Model/SMOKE/subsys/ioapi/Linux2_x86ifc/libioapi.a(ll2utm.o): In function `ll2utm_':
/opt/ioapi/ioapi/ll2utm.f:(.text+0x213): undefined reference to `__kmpc_global_thread_num'
/opt/ioapi/ioapi/ll2utm.f:(.text+0x22c): undefined reference to `__kmpc_critical'
/opt/ioapi/ioapi/ll2utm.f:(.text+0x280): undefined reference to `__kmpc_end_critical'

아무래도 문제는 libpthread.a의 문제인 것 같은데.. 제가 설치한 rpm이 잘못된 것일까요? 아니면.. ifort에서 libpthread.a를 사용하지 못하는 것일까요?
고수님들의 조언 부탁드립니다.

댓글 달기

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