> -----Original Message-----
> From: Gilles Detillieux [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 17, 2001 11:22 AM
> To: Graff, David
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [htdig-dev] RE: [htdig] [PATCH] changes to compile on
> Solaris with Sparc C 4.
> 
> 
> 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?

Ok I've checked into this.  Solaris SparcC 4.2+ and HP/UX 11.00 aCC both
support the -R option.

I am fairly certain that gcc 2.95.2 and up support the -R option.

can anyone check into this on AIX?
--
David J. Graff

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

Reply via email to