bug-gnu-utils
[Top][All Lists]
Advanced

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

package: grep - Bug in configure


From: Christian Hohnstaedt
Subject: package: grep - Bug in configure
Date: Thu, 30 Jan 2003 15:29:02 +0100
User-agent: Mutt/1.2.5i

Package: grep-2.5

Error:
When configuring grep for cross compiling,
the libpcre of the host is used. 
Configure.in: line 135
------------------------
if test x"$testpcre" = x"yes"; then
        if pcre-config --cflags >/dev/null 2>&1; then
                CFLAGS="$CFLAGS `pcre-config --cflags`"
                LIBS="$LIBS `pcre-config --libs`"
        fi
        AC_CHECK_LIB(pcre, pcre_exec)
fi
----------------
this adds -L/usr/lib which is wrong for cross compiling.

Regards
Christian
-- 
address@hidden                Innominate Security Technologies AG
software engineer                         networking people
tel: +49.30.6392-3300                     http://www.innominate.com/




reply via email to

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