Help compiling Axis2/c on Linux, pkg-config error

Tollef Fog Heen tfheen at err.no
Sat Aug 18 12:13:31 PDT 2007


* "Ray Angelone" 

| Hello,
| I have installed pkg-config 0.22.0 on my Linux box, and am trying to build
| Axis2/C from Apache.
| 
| The configure script dies here:
| 
| configure ...
| syntax error near unexpected token 'PARSER,'
| configure: line 21319: '    PKG_CHECK_MODULES(PARSER, libxml-2.0)'
| 
| Basic question is how does configure know about pkg_check's macro
| 'PKG_CHECK_MODULES'?

Looks like you need to run aclocal, automake and autoconf first, since
pkg.m4 seems to have been missing from wherever the distribution
tarball was built.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


More information about the pkg-config mailing list