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

Re: [MiNT] Highwire edit



On Wed, 6 Aug 2009 19:32:18 , Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
> I am making some slow progress (and learning) despite the TosWin2
> display issues.
>
> I am now including cflib.h which is working for the constants but
> I get this error on a function call:
>
> obj.000/Form.o: In function `input_keybrd':
> /usr/src/highwire/Form.c:1716: undefined reference to `gem_to_norm'
> collect2: ld returned 1 exit status
>
> I have checked the cflib install and all the .a files seem to be there.
> Incidentally, rpm queries suffer the same display problems in the console.
>
> It's probably going to be a dumb mistake this time.
>
> Peter

Do I need to add cflib to the makefile or does this line cover it ?

LIBS = -L/usr/GEM/lib -lgem -liio -lungif -ljpeg -lpng -lz -lm #-lsocket

since /usr/GEMN/lib does contain:

libcflib.a
libcflib16.a
libgem.a
libgem16.a


Peter