> >> -gen_uri_delims_OBJECTS = gen_uri_delims.o > >> +gen_uri_delims_OBJECTS = gen_uri_delims.lo > >> gen_uri_delims: $(gen_uri_delims_OBJECTS) > >> $(LINK) $(EXTRA_LDFLAGS) $(gen_uri_delims_OBJECTS) $(EXTRA_LIBS) > > > >Roy initially pointed out that we shouldn't need libtool to compile > >gen_uri_delims - which is why it was gen_uri_delims.o. Is this not > >the case on OS/2? > > No, it's not. If linking with libtool, objects must be compiled with > libtool too. This is the case everywhere else in the build.
That just means the symbols are defined wrong -- we need separate ones for regular linking and libtool linking. ....Roy
