Axis2 intallation make on macosx

109 views Asked by At

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?

1

There are 1 answers

0
loentar On

Remove that unsupported option from util/configure and build Axis2/C again.

sed -i 's/-Wno-long-double//g' util/configure
#./configure ....