This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug I think?


Hello,

I am not sure if it's my configuration or egcs 1.1b thats giving me
problems:


gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H     -I. -I../../egcs-1.1b/gcc
-I../../egcs-1.1b/gcc/config  \
-DTARGET_MACHINE=\"alphaev56-unknown-linux-gnu\"  \
-c `echo ../../egcs-1.1b/gcc/collect2.c | sed 's,^\./,,'`
../../egcs-1.1b/gcc/collect2.c:191: conflicting types for `sys_siglist'
/usr/include/signal.h:237: previous declaration of `sys_siglist'
make[1]: *** [collect2.o] Error 1
make[1]: Leaving directory `/home/saario/Desktop/egcs/egcs-1.1-objdir/gcc'
make: *** [all-gcc] Error 2

[root@wave /root]# rpm -qf /usr/include/signal.h
glibc-devel-2.0.7-19

signal.h:
extern __const char *__const _sys_siglist[_NSIG];
extern __const char *__const sys_siglist[_NSIG];

I am running 2.0.35, RH5.1, egcs 1.0.3a, LX164.

Where should I look for problems or how can I fix this?..

I got 1.0.3a to build with --disable-haifa OK just now too...

Hope to hear from you soon!,

Cheers,

Seppo Saario
 
===============================================================
    Radio Science Laboratory                                   
    Faculty of Engineering, MCE                                
    Griffith University, Nathan Campus                         
    Nathan  QLD  4111                                          
    Brisbane,  AUSTRALIA                                       
---------------------------------------------------------------
    Tel    : +61-7-3875-5574   /   Fax  :  +61-7-3875-5384     
    Mobile : +61-412-258-346   /   0412-258-346                
    Email  : saario@wave.me.gu.edu.au                          
    Web    : http://wave.me.gu.edu.au/~saario/                 
===============================================================







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]