[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 0.92 released and binaries available
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 0.92 released and binaries available |
Date: |
Tue, 13 Jul 2010 17:01:08 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Chris Lilley <address@hidden> writes:
> On Friday, July 9, 2010, 11:53:52 AM, Gaius wrote:
>
> GM> Hi,
>
> GM> I've released gm2-0.92 now that all regressions pass on x86_64 LP64
> GM> and i686. Binaries for Ubuntu and Debian are available via:
>
> GM> #
> GM> # GNU Modula-2 repo
> GM> #
>
> GM> deb http://floppsie.comp.glam.ac.uk/debian/ lenny main
> GM> deb-src http://floppsie.comp.glam.ac.uk/debian/ lenny main
>
> GM> (package names are: gm2 and gm2-doc)
>
> I added those lines to my repository database and was able to install them
> with apt-get install. There were no error messages and it all seemed to go
> well.
>
> However, 'which gm2' said it was not installed.
>
> I tried
> sudo apt-get install gm2-doc gm2
> again, and it said it was already installed.
>
> Suggestions?
Hi Chris,
yes gm2 is installed into /opt/gm2/bin to keep everything out of the
way at present. So
$ export PATH=/opt/gm2/bin:$PATH
$ gm2 --version
should work fine,
regards,
Gaius