There was possibly only one file that I may have missed sending in...
maelstrom:~/broadvision/htdig.work> cvs -z9 diff -up acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/htdig/htdig/acinclude.m4,v
retrieving revision 1.7.2.8
diff -u -p -r1.7.2.8 acinclude.m4
--- acinclude.m4 2000/10/10 03:15:22 1.7.2.8
+++ acinclude.m4 2001/05/16 17:09:02
@@ -169,7 +169,7 @@ if test -n "${ZLIB_HOME}"
then
ZLIB_OLD_LDFLAGS=$LDFLAGS
ZLIB_OLD_CPPFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
+ LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib -R${ZLIB_HOME}/lib"
CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
AC_LANG_SAVE
AC_LANG_C
This just makes sure that -R${ZLIB_HOME}/lib is added to stop it from
whining when you go to execute.
> > Ok attached is a changelog of all the files I've made
> changes to the
> > htdig-3-2-x branch to compile in a shared mode under
> Solaris. I have
>
> OK, I put these in. It's too bad we have to lose the config[]
> syntax, but
> it's no great loss. After putting in the Makefile.config
> changes, I re-ran
> automake to regenerate new Makefiles.
>
> > The largest pain was the defaults.cc file. Sparc C is very very
> > particular about line termination.
>
> You should take a look at this--I ran an emacs macro over the
> file, but
> I'm not sure if I got it right--your patch failed and I
> couldn't see why.
>
> -Geoff
>
--
David J. Graff
Broadvision/Atlanta - Principal Consultant
mailto:[EMAIL PROTECTED]
Phone: (678) 427-5412
This message is intended only for the use of the Addressee and may contain
information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended
recipient, dissemination of this communication is prohibited. If you have
received this communication in error, please erase all copies of the message
and its attachments and notify us immediately.
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev