Compile on Solaris 10 and Sunstudio 12
--------------------------------------

                 Key: AXIS2C-1391
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1391
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: 1.6.0
         Environment: Solaris sparc 10, Sun sunstudio 12 compiler
            Reporter: Brian Foddy
            Priority: Minor


Several minor building problems encountered on 1.6:
1.  ./util/include/axutil_network_handler.h &  ./util/src/network_handler.c are 
in CRLF format line feeds, compiler won't read these files correctly.
2.  ./util/include/platforms/unix/axutil_unix.h, comment out line for usleep.  
Solaris #defs don't have __seconds_t, and usleep is already defined in system 
headers.
3.  Compiler MT flag is  "-mt" , not "-pthread".  I had to modify the following 
Makefiles:
vi ./src/core/transport/tcp/server/simple_tcp_server/Makefile 
./src/core/transport/amqp/server/axis2_amqp_server/Makefile 
./src/core/transport/http/server/CGI/Makefile 
./src/core/transport/http/server/simple_axis2_server/Makefile 
./test/core/addr/Makefile ./test/core/context/Makefile 
./test/core/transport/http/Makefile ./test/core/deployment/Makefile 
./test/core/description/Makefile ./test/core/engine/Makefile 
./test/core/clientapi/Makefile ./axiom/test/om/Makefile 
./axiom/test/soap/Makefile ./neethi/test/Makefile




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to