[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] GM2 latest CVS including logitech libs with -fiso
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] GM2 latest CVS including logitech libs with -fiso |
Date: |
Tue, 28 Jun 2011 10:48:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
SiTex Graphics <address@hidden> writes:
> Hi Gaius,
>
> Thanks for implementing the -flibs= change. There is a small problem
> with the default library path for the -fiso option. When -fiso is
> used, gm2 appears to omit the base gm2 libraries. E.g., trying to
> compile even an empty program with
>
> gm2 -fiso test.mod
>
> produces the following error:
>
> failed to find definition module RTExceptions.def
>
> Adding pim to the search path fixes the problem:
>
> gm2 -fiso -flibs=iso,pim test.mod
>
> which seems strange since RTExceptions is in gm2-libs, not gm2-libs-pim...
>
> Since RTExceptions appears to be required when compiling with -fiso,
> it'd be nice if the path for the base gm2 libraries were included by
> default with -fiso.
Hi Scott,
thanks for the feedback and spotting this bug - yes now fixed in the cvs,
regards,
Gaius
>
> -Scott
>
>
> On Wed, Jun 22, 2011 at 3:11 PM, Gaius Mulley <address@hidden> wrote:
>> now fixed in the latest CVS
>>
>> regards,
>> Gaius
>>