I'm surprised you aren't seeing anything from the compiler (or linker)
showing a more specific error
You can force ANT to log to a file by specifying the option
      -l <log file>

It may then become more obvious, otherwise you can post it here, and we
will be better able to diagnose the problem.

Adrian
_______________________________________
Adrian Dick ([EMAIL PROTECTED])


"Raju, Prabhakar \(P.\)" <[EMAIL PROTECTED]> wrote on 22/08/2006 13:43:04:

> Nothig specific I could see. Is there a trace or log of compilation? It
> just said failed with error code 1.
>
>  FYI
>
> -----Original Message-----
> From: Adrian Dick [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 22, 2006 3:35 AM
> To: Apache AXIS C User List
> Subject: Re: Apache axis not loading...
>
> Hi,
>
> This based on the location in the ANT scripts at which failure occured,
> it
> sounds like the Apache module failed to compile.  What were the
> compilation
> errors (You should see these just before the point at which the ANT
> script
> indicated a failure) ?
>
> Adrian
> _______________________________________
> Adrian Dick ([EMAIL PROTECTED])
>
>
> "Raju, Prabhakar \(P.\)" <[EMAIL PROTECTED]> wrote on 21/08/2006 21:09:18:
>
> > Hi,
> > The problem is not with apache. My build did not create this file
> > libaxiscpp_mod2.so. When I turned the flags on for apache 2 modules,
> > g++  failed just before building apache20 libs at line 27 of
> > buildApache20Module.xml.
> >                                 <cc outfile="${dir.bin}/${apache20.
> > serverLibraryName}" objdir="${dir.objects}"
> > Line 27:                                 exceptions="true"
> > outtype="shared" multithreaded="true">
> > Any clues?
> > regards
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to