gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] gm2 failing. Don't know why


From: rob solomon
Subject: Re: [Gm2] gm2 failing. Don't know why
Date: Mon, 07 Oct 2013 20:04:03 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0


On 10/07/2013 05:39 AM, Gaius Mulley wrote:
rob solomon <address@hidden> writes:

I'm starting simple tests w/ gm2 using my own code that I've used w/
StonyBrook M2 over the years.  I have
export GM2IPATH=/home/rob/m2/MyDefs:/home/rob/m2/MyMods

Then I did
gm2 -g -fiso TestEnvirong.mod -o TestEnvirong 2>testgm2error.txt

And I got this error:
gm2:
/home/rob/m2/MyDefs:/home/rob/m2/MyMods:/opt/gm2/lib/gcc/x86_64-linux-gnu/4.1.2/gm2/iso:/opt/gm2/lib/gcc/x86_64-linux-gnu/4.1.2/gm2/pim:/opt/gm2/lib/gcc/x86_64-linux-gnu/4.1.2/gm2/iso:/opt/gm2/lib/gcc/x86_64-linux-gnu/4.1.2/gm2/pim:
No such file or directory
failed to find definition module SYSTEM.def


This is under Ubuntu 13.04.
What am I doing wrong?
Hi Rob,

I'm not entirely sure, but could you try:

$ gm2 -fsources -g -fiso -flibs=iso,pim TestEnvirong.mod

if that fails then I'd be interested to know the output to:

$ unset GM2IPATH
$ gm2 -g -fiso -flibs=iso,pim -I/home/rob/m2/MyDefs:/home/rob/m2/MyMods
-fsources TestEnvirong.mod

regards,
Gaius

I could not get the GM2IPATH to work. But using the explicit -I is working.

I haven't gotten to the ncurses stuff yet. I'm trying to get my text interface stuff working.

--rob



reply via email to

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