I am getting following error during axis2c installation:
unrecognized command line option "-Wno-long-double"
macos 10.8.3 gcc 4.2.1
How can I solve this problem?
Remove that unsupported option from util/configure and build Axis2/C again.
util/configure
sed -i 's/-Wno-long-double//g' util/configure #./configure ....
Remove that unsupported option from
util/configureand build Axis2/C again.