From: Michael R. <re...@eu...> - 2003-10-06 04:29:18
|
Ronald, I think I finally got it to work. I thought it worked already two days before, but this seemed do be a mistake. Ronald Landheer-Cieslak schrieb: > The attached patch will partly fix that. What still needs fixing > after this > patch is using Libtool to build the object files needed by DRIVERS, > but that means changing configure.in to set up drivers correctly > (i.e. using $(OBJEXT) in stead of .o) My main fault was that the DRIVERS list built by configure (depending on the --with-driver=...) had originally '.o' as an extension. I changed this to '.$(OBJEXT)' as you suggested. But an object file for a libtool library has to have the extension '.lo'. So I changed everything from '.$OBJEXT' to '.lo' in configure.in It seems to work now. Last Question: is there a variable holding th 'lo' string, similar to OBJEXT for the 'o'? I think it would be cleaner to use such a variable... Thanks, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |