How to install compiler and binutils on FreeNAS?
Posted
by
spoulson
on Super User
See other posts from Super User
or by spoulson
Published on 2010-10-05T17:34:18Z
Indexed on
2012/09/23
9:41 UTC
Read the original article
Hit count: 434
I'd like to run a backup tool, duplicity, that apparently requires a cc
compiler and binutils
. I'm able to locate and install the required BSD packages for python, gcc, and dependencies from ftp2.freebsd.org. However, I can't find binutils
.
How are binutils
installed on a system like FreeNAS? I'm working with FreeNAS 0.70 (based on FreeBSD 7.2). I see several packages with binutils
in the name, but it's not clear any of them are for my i386 platform.
e.g. I see i386-rtems-binutils-2.19.1
, but I can't find any info that suggests this is correct for my platform. Google results mention it's for realtime systems.
© Super User or respective owner