dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #5561] pnet compact profile build broken


From: nobody
Subject: [Pnet-developers] [bug #5561] pnet compact profile build broken
Date: Wed, 01 Oct 2003 00:06:22 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #5561: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5561&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Wed 10/01/2003 at 04:06 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 30 Sep 2003



=================== BUG #5561: FULL BUG SNAPSHOT ===================


Submitted by: minddog                 Project: DotGNU Portable.NET          
Submitted on: Thu 09/25/2003 at 09:13
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  pnet compact profile build broken

Original Submission:  when ./configure --with-profile=compact the build will 
break upon anything that requires a function that is defined inside an #ifdef 
IL_CONFIG_DEBUG_LINES.  Either we need to make compact define this or not use 
those non-compact methods.  

Below is the first to break in the build ...

gcc -I../libffi/include -fno-gcse -fno-inline-functions                 
-I../inc                                                                        
                                                                                
                                                                                
                        lude -I../libffi/include -I. 
-DBUILD_PROFILE_NAME=""compact"" -g -O2 -Wall  -o                               
                                                                                
                                                                                
                                                                  ilrun  
ilrun.o libILEngine.a ../dumpasm/libILDumpAsm.a                   ../ima        
                                                                                
                                                                                
                                                                                
        ge/libILImage.a ../support/libILSupport.a                         
../libffi/.lib                                                                  
                                                                                
                                                                                
                              s/libffi.a ../libgc/.libs/libgc.a  -lz -lnsl -ldl 
-lm  -lpthread
libILEngine.a(throw.o)(.text+0xe1): In function `ILExecThreadThrowSystem':
/home/minddog/DotGNU-arm/pnet/engine/throw.c:96: undefined reference to 
`_ILSetE                                                                        
                                                                                
                                                                                
                        xceptionStackTrace'
libILEngine.a(throw.o)(.text+0x227): In function `ILExecThreadThrowArgRange':
/home/minddog/DotGNU-arm/pnet/engine/throw.c:160: undefined reference to 
`_ILSet                                                                         
                                                                                
                                                                                
                       ExceptionStackTrace'
libILEngine.a(throw.o)(.text+0x308): In function `ILExecThreadThrowArgNull':
/home/minddog/DotGNU-arm/pnet/engine/throw.c:189: undefined reference to 
`_ILSet                                                                         
                                                                                
                                                                                
                       ExceptionStackTrace'
libILEngine.a(throw.o)(.text+0x349): In function `ILExecThreadThrowOutOfMemory':
/home/minddog/DotGNU-arm/pnet/engine/throw.c:199: undefined reference to 
`_ILSet                                                                         
                                                                                
                                                                                
                       ExceptionStackTrace'
libILEngine.a(throw.o)(.text+0x3ce): In function 
`_ILExecThreadThrowThreadAbortE                                                 
                                                                                
                                                                                
                                               xception':
/home/minddog/DotGNU-arm/pnet/engine/throw.c:219: undefined reference to 
`_ILSet                                                                         
                                                                                
                                                                                
                       ExceptionStackTrace'
libILEngine.a(cvmc.o)(.text+0x6a2a): In function `CVMCoder_CallInterface':
/home/minddog/DotGNU-arm/pnet/engine/cvmc_call.c:237: undefined reference to 
`cv                                                                             
                                                                                
                                                                                
                   mp_out_word2_ptr'
../image/libILImage.a(writer.o)(.text+0x257): In function `ILWriterCreate':
/home/minddog/DotGNU-arm/pnet/image/writer.c:152: undefined reference to 
`_ILWri                                                                         
                                                                                
                                                                                
                       teJavaHeaders'
../image/libILImage.a(writer.o)(.text+0x724): In function 
`ILWriterOutputMetadat                                                          
                                                                                
                                                                                
                                      a':
/home/minddog/DotGNU-arm/pnet/image/writer.c:379: undefined reference to 
`WriteJ                                                                         
                                                                                
                                                                                
                       avaClass'
collect2: ld returned 1 exit status
make: *** [ilrun] Error 1


Follow-up Comments
*******************

-------------------------------------------------------
Date: Wed 10/01/2003 at 04:06       By: rweather
Fix committed to CVS - 30 Sep 2003


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5561&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]