DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5699>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5699

1.6.0 build failure on IRIX

           Summary: 1.6.0 build failure on IRIX
           Product: Xerces-C++
           Version: 1.6.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Platform: SGI running IRIX 6.5
Compiler: MIPSpro 7.3

Problem:

After running "runConfigure -pirix -ccc -xCC", gmake failed while trying to
execute the very last step in the build (note this is only the first part of the
failing command):

--------------------------------------------------------------
CC -DIRIX -shared  -o /xml/xerces-c-src1_6_0/lib/libxerces-c1_6_0.so
/xml/xerces-c-src1_6_0/obj/IRIX/ASCIIRangeFactory.o ...(this list of .o files is
quite large)
--------------------------------------------------------------

Here is the error message on stdout:

--------------------------------------------------------------------------
CC ERROR:  cannot exec /usr/lib32/cmplrs/ld32
gmake[1]: *** [/xml/xerces-c-src1_6_0/lib/libxerces-c1_6_0.so] Error 2
gmake[1]: Target `ALL' not remade because of errors.
gmake[1]: Leaving directory `/xml/xerces-c-src1_6_0/obj'
--------------------------------------------------------------------------

I was able to work around this problem by pasting the command from stdout into a
temporary file and executing the file. Doing this built libxerces-c1_6_0.so, and
the samples seem to run fine.  I can supply the temporary file if that would be
helpful.

My inexperienced guess is that gmake or IRIX has some silly limitation on the
number of parameters that can be sent to a command. 

Please note that I built 1.5.2 on this same machine with no problem.

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

Reply via email to