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

RE: pcmcia-source: what is it puking on?



On 29-Apr-99 Adam Shand wrote:
> 
> hi,
> 
> i've got the pcmcia-source 3.0.9-3 installed and debian/rules binary-modules
> works just fine but when i try to run debian/rules binary-cs it always pukes
> like this (it's linking against 2.2.7 but it's being doing agains 2.2.2 and
> 2.2.5 as well):
> 
> if anyone knows what is causing this it would be much appreciated.
> 
> make[2]: Entering directory `/usr/src/modules/pcmcia-cs/cardmgr'
> g++  -O2 -Wall -Wstrict-prototypes -pipe -I../include
> -I/usr/src/linux/include -I../modules -I/usr/X11R6/include
> -I/usr/X11/include -I/usr/X11R6/include/X11 -o cardinfo cardinfo.c \
>     -L/usr/X11R6/lib -L/usr/X11/lib \
>     -L/usr/local/lib -lfltk -lX11 -lm
> cardinfo.c: In function `void do_update(class FL_OBJECT *, long int)':
> cardinfo.c:288: warning: comparison between signed and unsigned
> cardinfo.c:289: warning: comparison between signed and unsigned
> /usr/bin/../lib/libMesaGL.so.3: undefined reference to `ggiLoadLibrary'
> collect2: ld returned 1 exit status
> make[2]: *** [cardinfo] Error 1
> make[2]: Leaving directory `/usr/src/modules/pcmcia-cs/cardmgr'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/modules/pcmcia-cs'
> make: *** [build] Error 2
> 
> adam.
> 

The gui for cardmgr is based on fltk.  Somehow fltk is looking for Mesa (fltk
can support openGL) and Mesa in turn wants GGi.  Gut reaction is that there is
something wrong w/ your mesa lib, although fltk should not by default want
opengl either.


Reply to: