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: Gaius Mulley
Subject: Re: [Gm2] gm2 failing. Don't know why
Date: Tue, 08 Oct 2013 12:23:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

rob solomon <address@hidden> writes:

> 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.
>

Hi Rob,

thanks for the bug report - I wonder if you could possibly run:

export GM2IPATH=/home/rob/m2/MyDefs:/home/rob/m2/MyMods
gm2 -I. -g -fiso -v TestEnvirong.mod -o TestEnvirong

(I forgot to mention - you will need to specify -I. for your
application program assuming it does not live in /home/rob/m2/MyMods)

regards,
Gaius


> 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]