Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-301
    Summary: 1.6.0 build failure on IRIX
       Type: Bug

     Status: Closed
 Resolution: WON'T FIX

    Project: Xerces-C++
 Components: 
             Build
   Versions:
             1.6.0

   Assignee: 
   Reporter: Dan Stewart

    Created: Fri, 4 Jan 2002 4:16 PM
    Updated: Tue, 19 Oct 2004 10:10 AM
Environment: Operating System: Other
Platform: Other

Description:
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.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to