[Freeciv] Re: help!
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> >I have to be honest and say I don't really have much of a clue about
> >Unix, but I used to be a past addict of civilisation, and would really,
> >really like to install Freeciv on my Unix HP-UX platfrom at University.
> >
> >I've downloaded the tar.gz file but when I try the command;
> >
> >gunzip -c file |tar xv
> >
> >It comes back with
> >
> >tar: cannot open /dev/rmt/0m
> >Broken pipe
> >
> >Does anyone have an idiots guide to installation?
>
> I'm very sorry, this is my fault. I recently updated these instructions,
> and made a typo. Thanks for reporting the problem.
>
> The command should be:
>
> gunzip -c file |tar xvf -
>
> or, some newer tar programs can do it all for you:
>
> tar zxvf file
>
> (actually, try this one first, it's easier).
>
> I'll change the web page immediately.
I installed FreeCiv on HP-UX 11 (at my work).
However, I had to remove the -O2 option from gcc (I hacked the
configure script for that). gcc 2.8.1, I believe.
The faulty optimisation is triggered by returning from the myrand()
function. I got a Bus Error (a typical HP-UX message, telling you
absolutely nothing). gdb told me the return statement crashed.
NB: I am fortunate partly: gdk was already installed by SysOp :-)
NB2: I installed ImLib, which refused to relocate im_palette.pal into
~/etc instead of /usr/local/etc. Work-around is writing the entire
file-name in ~/.imrc as an option.
+--- Kero --------------------------------- kero@xxxxxx ---+
| Don't split your mentality without thinking twice |
| Proud like a God -- Guano Apes |
+--- M38c ------------------ http://huizen.dds.nl/~kero ---+
- [Freeciv] help!, Radcliffe Paul, 2000/06/25
- [Freeciv] Re: help!, Jeff Mallatt, 2000/06/25
- [Freeciv] Re: help!,
Kero van Gelder <=
- [Freeciv] Re: help!, Thue, 2000/06/25
- [Freeciv] Re: help!, Kero van Gelder, 2000/06/25
- [Freeciv] Re: help!, Thue, 2000/06/25
- [Freeciv] Re: help!, Jeff Mallatt, 2000/06/25
- [Freeciv] Re: help!, Kero van Gelder, 2000/06/25
- [Freeciv] Re: help!, Reinier Post, 2000/06/25
- [Freeciv] Re: help!, Paul Dean, 2000/06/26
- [Freeciv] Re: help!, Reinier Post, 2000/06/26
- [Freeciv] Re: help!, Paul Dean, 2000/06/26
- [Freeciv] Re: help!, Reinier Post, 2000/06/26
|
|