You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Da...@lotus.com on 2001/05/30 16:17:00 UTC

Re: build issue on linux 2.4.3-20mdk

This is a common problem with gcc's optimizer using way too much memory.
You can allocate more swap space, or add a special rule to the Makefile to
compile FormatterToHTML.cpp without the -O swtich.

Dave



                                                                                                                  
                    "Kevin J.                                                                                     
                    O'Keefe"             To:     xalan-dev@xml.apache.org                                         
                    <kokeefe@latr        cc:     (bcc: David N Bertoni/CAM/Lotus)                                 
                    ade.com>             Subject:     build issue on linux 2.4.3-20mdk                            
                    Sent by:                                                                                      
                    kokeefe@latra                                                                                 
                    de.com                                                                                        
                                                                                                                  
                                                                                                                  
                    05/29/2001                                                                                    
                    03:50 AM                                                                                      
                    Please                                                                                        
                    respond to                                                                                    
                    xalan-dev                                                                                     
                                                                                                                  
                                                                                                                  



I have run into a build issue on my LINUX Mandrake machine.

Everything will build except XMLSupport/FormatterToHTML.cpp which
generates the following error:

           g++: Internal error: Killed (program cc1plus)

I'm running with gcc version 2.96 20000731 (Linux-Mandrake 8.0
2.96-0.48mdk).

The problem seems to be with the methods:

           initializeElementFlagsMap1(ElementFlagsMapType&
 theElementFlags)
           initializeElementFlagsMap2(ElementFlagsMapType&
 theElementFlags)

your assistance would be greatly appreciated

-kjo