Re: r5251 broke the build (Justin, can you fix/revert?)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-09 22:34:41 CET
"B. W. Fitzpatrick" <fitz@red-bean.com> writes:
> cd subversion/libsvn_subr && /bin/sh ./libtool --silent --mode=link gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -L/usr/local/BerkeleyDB.4.0/lib -rpath /usr/local/lib -o libsvn_subr-1.la cmdline.lo config.lo config_file.lo config_win.lo error.lo getdate.lo hash.lo io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo validate.lo xml.lo /home/fitz/svn-work/subversion/apr-util/libaprutil-0.la -ldb -lexpat /home/fitz/svn-work/subversion/apr/libapr-0.la -lm -lcrypt -lnsl -ldl
Same here. The Makefile now contains
LIBTOOL = $(SHELL) $(top_builddir)/libtool
whereas it used to contain
LIBTOOL = $(SHELL) $(abs_builddir)/libtool
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Mar 9 22:35:22 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.