[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Gm2 cannot find itself
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Gm2 cannot find itself |
Date: |
Tue, 01 Nov 2011 13:43:25 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
john o goyo <address@hidden> writes:
> On 1-Nov-11, at 8:54 a, Gaius Mulley wrote:
>> john o goyo <address@hidden> writes:
>>
>>> Gauis, was something changed in the lookup process after branching?
>>>
>>> Witness:
>>>
>>> johng: 525 [tmp]=> /home/build/gm2-4.1.2.older/bin/gm2 -Fiso Test.mod
>>> johng: 526 [tmp]=> file a.out
>>> a.out: ELF 64-bit MSB executable SPARCV9 Version 1,
>>> dynamically linked, not stripped
>>> johng: 527 [tmp]=> /home/build/gm2-4.1.2.old/bin/gm2 -Fiso Test.mod
>>> johng: 528 [tmp]=> file a.out
>>> a.out: ELF 64-bit MSB executable SPARCV9 Version 1,
>>> dynamically linked, not stripped
>>> johng: 529 [tmp]=> /home/build/gm2-4.1.2/bin/gm2 -Fiso Test.mod
>>> failed to find definition module SWholeIO.def
>>>
>>> I tried GM2_ROOT but to no avail:
>>>
>>> johng: 535 [tmp]=> export GM2_ROOT=/home/build/gm2-4.1.2
>>> johng: 535 [tmp]=> which gm2
>>> /home/build/gm2-4.1.2/bin/gm2
>>> johng: 536 [tmp]=> gm2 -Fiso Test.mod
>>> failed to find definition module SWholeIO.def
>>>
>>> (The "old" and "older" ones are pre-branching. The last is the
>>> current build.)
>>>
>>> john
>>
>> Hi John,
>>
>> is the problem cured if you use: '-fiso' (lower case),
>
> ARRRRGGHHHHHH... Yes. Sorry about that (and I just looked at the info
> file, too).
>
> Why did the older build accept "-Fiso"?
>
> john
Hi John,
not sure - could it be some default was being picked up?? Ah actually I
did change the -flibs=x,y,z code - maybe this might be related. Not
really sure..
regards,
Gaius