Hi there, i'm getting these compile errors rebuilding 2.4.0. This does
not happen when i rebuild 2.3.7 ... Help?
==========================================================
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -Wall -c
lftp_rl.c
/bin/sh ../libtool --silent --mode=link gcc -O3 -fomit-frame-pointer
-pipe -s -mcpu=pentiumpro -march=pentiumpro -ffast-math
-fexpensive-optimizations -Wall -Wwrite-strings -Woverloaded-virtual
-fno-exceptions -fno-rtti -fno-implement-inlines -Winline -s -o lftp
-export-dynamic lftp.o complete.o lftp_rl.o libjobs.a libtasks.a
../readline-4.2/libreadline.a -lcurses ../lib/liblib.a -lssl -lcrypto
-lresolv -ldl
libjobs.a(QueueFeeder.o): In function `QueueFeeder::MoveJob(char const *,
int)':
QueueFeeder.o(.text+0x691): undefined reference to `rpl_fnmatch'
libjobs.a(QueueFeeder.o): In function `QueueFeeder::grab_job(char const
*)':
QueueFeeder.o(.text+0x80f): undefined reference to `rpl_fnmatch'
libtasks.a(FileAccess.o): In function `Glob::add(FileInfo const *)':
FileAccess.o(.text+0x2175): undefined reference to `rpl_fnmatch'
libtasks.a(ResMgr.o): In function `ResMgr::Query(char const *, char const
*)':
ResMgr.o(.text+0xdef): undefined reference to `rpl_fnmatch'
libtasks.a(ResMgr.o): In function `ResDecl::Query(char const *)':
ResMgr.o(.text+0xe91): undefined reference to `rpl_fnmatch'
libtasks.a(ResMgr.o)(.text+0x1488): more undefined references to
`rpl_fnmatch' follow
collect2: ld returned 1 exit status
make[1]: *** [lftp] Error 1
make[1]: Leaving directory `/u/usr-src/RPM/BUILD/lftp-2.4.0/src'
make: *** [all-recursive] Error 1
Bad exit status from /var/tmp/rpm-tmp.26517 (%build)