bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation on SCO


From: Jeff Bailey
Subject: Re: Compilation on SCO
Date: Fri, 15 Feb 2002 14:07:18 -0800
User-agent: Mutt/1.2.5i

On Thu, Feb 14, 2002 at 10:57:57AM +0200, Sergey Poznyakoff wrote:
> > However, I'm still left with a problem:
> > 
> > strchrnul                           ../argp/.libs/libargp.al(argp-help.lo)
> > strndup                             ../argp/.libs/libargp.al(argp-help.lo)
> 
> But the replacements for both functions are provided in lib/ and they
> are both mentioned in AC_REPLACE_FUNCS in configure.in. Doesn't
> AC_REPLACE_FUNCS work on SCO?

My bad.  Somehow I had missed the error message showing me what the
problem was (Reminants left over from the libtool conversion).

I've added the following to configure.in:

LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
AC_SUBST(LTLIBOBJS)
LTALLOCA=`echo "$ALLOCA" | sed 's/\.\[^.\]* /.lo /g;s/\.\[^.\]*$/.lo/'`
AC_SUBST(LTALLOCA)

However, autoconf appears to be eating the square brackets.  Anyone
know a good solution to that?  This is straight from the example in
the manual.

-- 
I want to go live with the guy who came up with the phrase "Free like
beer"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]