Thanks John
That did the trick
>> CFLAGS = -O -D_ALL_SOURCE -Wc,float\(IEEE\),haltonmsg\(3296\) -W c,dll <<
But this is not the optimum solution , because I added { haltonmsg\(3296\) } to get the configure script to work better,
But we do not want { haltonmsg\(3296\) } to go into
config.mk
There fore the following seems to be the only acceptable "simple" solution >>>>
if test "$zOSUnix" = "yes"; then
# CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\\\(/g;s/)/\\\\)/g'`
CFLAGS="-D_ALL_SOURCE -Wc,float\(IEEE\),dll"
fi
ac_config_files="$ac_config_files auto/config.mk:c
onfig.mk.in"
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit
http://www.vim.org/maillist.php