[GRASS-dev] Re: [GRASS GIS] #181: tac command missing in OSX
GRASS GIS
trac at osgeo.org
Fri Jun 6 03:30:50 EDT 2008
#181: tac command missing in OSX
------------------------+---------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.3.1
Component: default | Version: 6.3.0
Resolution: | Keywords: v.in.garmin, v.in.mapgen
------------------------+---------------------------------------------------
Comment (by 1gray):
Replying to [comment:9 hamish]:
![...]
>> That's how most bundles work. One couldn't, e. g., easily compile
>> `r.what` without compiling the rest of GRASS as well.
> it's not like tac has many dependencies:
{{{
> $ ldd `which tac`
> linux-gate.so.1 => (0xffffe000)
> libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e0b000)
> /lib/ld-linux.so.2 (0xb7f5a000)
}}}
> I assume it's a trivial C program.
Unfortunately, the above doesn't show the static libraries linked in
(and Coreutils probably comes with one.) Furthermore, IIRC, Coreutils
uses [http://www.gnu.org/software/gnulib/ Gnulib], which is ''not'' a
library.
I'm not saying that making GRASS have a copy of `tac` is impossible.
However, the amount of work needed to ''maintain'' it seems to be
unreasonable.
> What's the complile error?
![...]
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/181#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list