问题描述
我正在尝试通过Macports在Lion上安装gnu ld.我已经从macports安装了gcc 4.6.但是我需要创建一个二进制文件形式的elf二进制文件,我将其发布为单独的问题此处
我从macports安装了binutils,似乎一切正常,但是最后确实得到了以下消息:
Warning: binutils installs files outside the common directory structure.
---> Installing binutils @2.21_0
---> Activating binutils @2.21_0
Having binutils installed will cause some other ports to fail to build. Consider uninstalling binutils.
---> Cleaning binutils
在此处中查看binutils软件包中应包含的工具列表.我在/opt/local/bin的普通macports安装位置中很难找到它们中的任何一个.
有人知道我在做什么错吗?
根据此它似乎似乎无法在darwin上获取gnu ld.
I'm trying to install gnu ld, via macports, on Lion.I have already installed gcc 4.6 from macports. However I need to create elf binary form a binary file,which I posted as seperate question here
I installed binutils from macports, it seems as though everything went fine, however I did get the following message at the end:
Warning: binutils installs files outside the common directory structure.
---> Installing binutils @2.21_0
---> Activating binutils @2.21_0
Having binutils installed will cause some other ports to fail to build. Consider uninstalling binutils.
---> Cleaning binutils
Looking at the list of tools that should in the binutils packages from hereI'm struggling to find any of them in the normal macports install location of /opt/local/bin
Anyone have an idea as to what I'm doing wrong?
According to this it appears as though there is no way to get gnu ld on darwin.
这篇关于Macports安装binutils的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!