Axis2C Manual has error in client/server compiling commands.
------------------------------------------------------------

                 Key: AXIS2C-784
                 URL: https://issues.apache.org/jira/browse/AXIS2C-784
             Project: Axis2-C
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.1.0, Current (Nightly)
            Reporter: Dinesh Premalal
             Fix For: 1.2.0


axis2c manual, quick start guide client compiling command is incorrect. 
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#quick_start

section 1.2.4
=========
gcc -o hello -I$AXIS2C_HOME/include -L$AXIS2C_HOME/lib -laxis2 hello.c
                                                                                
          ^^^^
there is no library called "axis2" , we need to replace it with correct values.

This bug exist for server compiling command too.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to