Stubs-64.h問題 - Linux

Table of Contents

我目前的環境是 Fedpra 9 PPC-64

當我用ppu-gcc(IBM開發的compile)會出現
/usr/include/gnu/stubs.h:9:27:error:gnu/stubs-64.h:
No such fle or directory

我去gnu目錄下看只有stubs-32.h 的確沒有64.h
好奇怪 我的機器明明是64bit的

上網找一下資料 好像是glibc沒裝
去抓了相關的rpm
glibc-2.8-8.ppc64.rpm,
glibc-common-2.8-8.ppc64.rpm,
glibc-devel-2.8-8.ppc64.rpm,
glibc-headers-2.8-8.ppc64.rpm,
glibc-utils-2.8-8.ppc64.rpm

可是在安裝的時候 卻發生互相依賴的情形 不知道如何解決(用force??)


--

All Comments

Hardy avatarHardy2010-06-21
yum
Agatha avatarAgatha2010-06-22
yum install glibc 嗎?