Hi Yann,

On 05/24/2018 10:41 AM, Yann Ylavic wrote:
--- Makefile.in (revision 1832123)
+++ Makefile.in (working copy)
@@ -7,9 +7,9 @@ PROGRAM_SOURCES      = modules.c
  PROGRAM_LDADD        = buildmark.o $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) 
$(HTTPD_LIBS) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS)
  PROGRAM_PRELINK      = $(COMPILE) -c $(top_srcdir)/server/buildmark.c
  PROGRAM_DEPENDENCIES = \
+  $(MPM_LIB) \
    server/libmain.la \
    $(BUILTIN_LIBS) \
-  $(MPM_LIB) \
    os/$(OS_DIR)/libos.la
sbin_PROGRAMS = $(PROGRAM_NAME)

I've just tested several different library orders, but none of them work for me (even without the problematic modules I mentioned in the other mail). The library order as you are suggesting above is the only one that works for me.

I'll look into the modules issue later.

Regards,
Micha

Reply via email to