According to Graff, David:
> 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.

Is it a given that the -R option is recognized by "ld" on all platforms?

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to