From: Mike F. <va...@ge...> - 2007-04-09 22:30:51
|
On Monday 09 April 2007, Stuart MENEFY wrote: > The problem is that you're not getting shell arithmetic expansion. I'm > guessing that the shell invoked by your make (usually /bin/sh) is not > bash, or is one of the versions which doesn't support $[ ... ] for > arithmetic expansion (version 2.0 ?). $[...] is a bashism ... that should be converted to POSIX $((...)) -mike |