>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/test/Makefile.in,v
>   retrieving revision 1.161
>   retrieving revision 1.162
>   diff -d -w -u -r1.161 -r1.162
>   --- Makefile.in 7 Jun 2004 21:21:35 -0000 1.161
>   +++ Makefile.in 8 Jun 2004 06:25:13 -0000 1.162
>   @@ -71,11 +71,7 @@
>    $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -prefer-pic -c
$(srcdir)/mod_test.c && touch $@
>
>    mod_test.la: mod_test.slo $(LOCAL_LIBS)
>   -<<<<<<< Makefile.in
>   - $(LIBTOOL) --mode=link $(COMPILE) -rpath
$(srcdir) -avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o
$@
>   -=======
>    $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath
`pwd` -avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
>   ->>>>>>> 1.159
>
>    libmod_test.la: mod_test.slo $(LOCAL_LIBS)
>    $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath
`pwd` -avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
>

On BeOS we need to add libapr-1 to the link in order to build these. The
patches I had a while back weren't suitable for all platforms, so any chance
someone "in the know" could look at it? Basic issue is we need all symbols
resolvable at link time.

Thanks!

david

Reply via email to