On Mon, May 12, 2014 at 11:30:55AM +0100 I heard the voice of Aaron Sloman, and lo! it spake thus: > > It may be a good idea to provide both tar.gz and tar.xz files?
Oh, yes; definitely planned for any actual releases. XZ saves a lot of save (the .xz is ~3/4 the size of the .gz), but it's definitely a fairly new thing. I just didn't feel like bothering for a snapshot. Certainly you can de/recompress it for local stuff. Or just don't recompress, and blat the .tar around. It's about 3 meg uncompressed, cheap enough on a LAN. > /usr/ucb/cc: language optional software package not installed > *** Error code 1 > make: Fatal error: Command failed for target `parse.o' Oh, Sun. How do we love thee? Let me count the way. Probably a fair chance it has gcc installed. If so, you could edit the Makefile and change the 'CC = cc' line to invoke gcc instead. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
