[Top][All Lists]
[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: |
Thu, 25 Sep 2003 05:13:50 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030904 Mozilla Firebird/0.6.1 |
=================== BUG #5561: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5561&group_id=353
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: None
Assigned to: None Status: Open
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
No Followups Have Been Posted
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/
- [Pnet-developers] [bug #5561] pnet compact profile build broken,
nobody <=