The reason gems configure script couldnt find my libGL is because the configure script in src/Gnu uses -Wl,shared when the proper use is -shared
Also I cant build gem with --with-ieee1394 because I have libdv-0.103 and aparently dv1394.h is depreciated and nolonger there. Does the CVS version still look for this header?
Thanks! -thewade
libdv (0.103-1) unstable; urgency=low
-- Daniel Kobras kobras@debian.org Thu, 15 Jul 2004 17:53:16 +0200
thewade wrote:
The reason gems configure script couldnt find my libGL is because the configure script in src/Gnu uses -Wl,shared when the proper use is -shared
thanks for that, i'll try to fix it.
Also I cant build gem with --with-ieee1394 because I have libdv-0.103 and aparently dv1394.h is depreciated and nolonger there. Does the CVS version still look for this header?
unfortunately it is; i am aware of the problem; probably it will be simplest to include the dv1394.h with Gem.
mfg.ar.afw IOhannes