dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #10906] compile failure with ancient glibc


From: Norbert Bollow
Subject: [Pnet-developers] [bugs #10906] compile failure with ancient glibc
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040702

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #10906] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10906>
Project: DotGNU Portable.NET
Submitted by: Norbert Bollow
On: Thu 11/04/2004 at 11:27

Category:  None
Severity:  1 - None
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  compile failure with ancient glibc

Original Submission:  pnet compilation fails with ancient glibc versions such 
as e.g. 2.1.2 (in Slackware 8.0).

The problem comes from the registers being defined in that old glibc's 
sys/ucontext.h as EAX etc instead of REG_EAX etc.

Since the old glibc should be upgraded anyway for independant (security) 
resons, maybe there's no point in actually supporting ancient glibc's.  However 
if we choose not to support ancient glibc's, we should at least (in configure) 
check in the case that there is a sys/ucontext.h file that it defines REG_EAX.

<nmrp> make[1]: Entering directory `/tmp/openwebmail2.4/pnet-0.6.10/support'
<nmrp> gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include 
-I../include                     -DCSCC_LIB_PREFIX="/usr/local/lib"             
 -DCSCC_BIN_PREFIX="/usr/local/bin"                    
-DCSCC_DATA_PREFIX="/usr/local/share"          
-DCSCC_HOST_TRIPLET="i686-pc-linux-gnu" -g -O2 -Wall -c interrupt_posix.c
<nmrp> interrupt_posix.c: In function `__sigaction_handler':
<nmrp> interrupt_posix.c: In function `__sigaction_handler':
<nmrp> interrupt_posix.c:61: `REG_EAX' undeclared (first use in this function)
<nmrp> interrupt_posix.c:61: (Each undeclared identifier is reported only once
<nmrp> interrupt_posix.c:61: for each function it appears in.)













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10906>

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





reply via email to

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