[vsipl++] Configure syntax error ( was Re: [vsipl++] hypot function throw specification mismatch )

Stefan Seefeld stefan at codesourcery.com
Tue Dec 16 13:01:31 UTC 2008


Gaetano Mendola wrote:

> As I already told you the patch works, however applying that patch and building
> vsipl on another linux distribution/architecture I'm getting error around the
> end of compile phase (it goes all fine without patch).

[...]


> ./configure: line 11190: syntax error near unexpected token `PAS,'
> ./configure: line 11190: `            PKG_CHECK_MODULES(PAS, pas)'
> make: *** [config.status] Error 2

The error is not related to the patch itself, but to the fact that this 
triggered the regeneration of configure from configure.ac, which 
requires tools that you may not have installed. In particular, the 
PKG_CHECK_MODULES macro definition comes from the pkg-config tool.

Regards,
		Stefan


-- 
Stefan Seefeld
CodeSourcery
stefan at codesourcery.com
(650) 331-3385 x718



More information about the vsipl++ mailing list