Lance Levsen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Error message: > ./configure: line 10540: apr-1-config: command not found > ./configure: line 10541: apr-1-config: command not found > > Comes from configure.ac: > LIBS="`apr-1-config --link-ld`" > CPPFLAGS="-I/usr/include/subversion-1 `apr-1-config --includes`" > > What is apr-1-config? > > Cheers, > lance >
From the apr-1-config man page: ################################# DESCRIPTION The apr-1-config program is used to retrieve information about the apr library in the system. It is typically used to compile and link against the library. When linking with libtool, an application should do something like: APR_LIBS="`apr-1-config --link-libtool --libs`" or when linking directly: APR_LIBS="`apr-1-config --link-ld --libs`" ##################################### apr-1-config is part of the apr-util package. Do you have apr-util installed ? Hans ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

