Andreas Fink schrieb: > > > > The Makefile created should not run "ar rc" but "libtool -static > >-o" instead > > > >so you have to garantee libtool is available, which is not tested > >while configure :( > > MacOS X has it available. Thats for sure. ar didnt work because some > objects are multiple defined in libraries and linking fails because > of that. libgw.a for example is created out of all *.c in gw > directory. This means there are multiple mains defined.
Any objections from the others to change this? Votings please. I would suggest to include or at least test against the presense of libtool. > >What's the problem wit "ar rc"? > > > >> Furthermore the following had to be replaced (safe for all platforms > >> I presume): > >> > >> replace > >> > >> wmlscriptobjs = $(wmlscriptsrcs:.c=.o) $(wmlscriptsrcs:.y=.o) > >> > >> with > >> > >> wmlscriptobjs = $(wildcard wmlscript/*.o) > > > >??? > > Thats in the created Makefile. make on MacOS X apparently doesnt > understand the .c = .o syntax. So why does it understand for the other src dirs?! Is this only specific to wmlscriptobjs? Any objections here from the developers? Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG M�nsterstr. 248 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
