Hi , I need know the current state of libtool about making libraries witthout 
the cygwin.dll on windows.

the default action for libtool  some months ago was make .so libs , so I have 
been working with an external script :
===================================================
if test -f $(LIBNAME).def ; then echo Using predefined simbols in$ 
(LIBNAME).def;\
        else dlltool --export-all --output-def $(LIBNAME).predef *.o; cat 
$(LIBNAME).predef | grep -v "^;" | sed 's/ *@ *[0-9]* ; *$$//' > 
$(LIBNAME).def ; rm -f $(LIBNAME).predef; fi
        ../build-dll $(LIBNAME) $(VERSION) $(LIBNAME).def *.o $(LIBS)
=====================================================

My trouble now is I'm using both loadable modules  and shared libs in the 
same location path  ( so *.o will not work).

I will add often new modules ( pluggins) to the lib and each new module added 
I should change the script. it is really annoying. 

well I 'm sure this is a very discussed question, so i only would like know 
the current state, and if supported, how should I change my 
configure.in 
Makefile.am's

Thanks.




-- 
=================
Toni Moreno Gim�nez
=================
Pje de las rosas  n� 22
Vilassar de Mar 
(Barcelona) Espa�a
CP: 08340

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to