bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] Gawk 4.1.2 released!


From: Aharon Robbins
Subject: Re: [bug-gawk] Gawk 4.1.2 released!
Date: Fri, 01 May 2015 11:37:01 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hello.

Thank you for your note.

> To: address@hidden
> From: phongung <address@hidden>
> Date: Fri, 1 May 2015 04:29:18 +0000 (UTC)
> Subject: Re: [bug-gawk] Gawk 4.1.2 released!
>
> i use freebsd. upgrade fail.

This is a problem with the FreeBSD ports system, not with gawk itself. You
should contact whoever maintains gawk in the FreeBSD ports system.

I would suggest that you try building directly from source using the
canonical incantation:

        wget http://ftp.gnu.org/gnu/gawk/gawk-4.1.2.tar.gz
        gzip -d < gawk-4.1.2.tar.gz | tar -xpf -
        cd gawk-4.1.2
        ./configure && make && make check

If *that* fails, I would be interested in knowing how.

Thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]