This is the mail archive of the gcc@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]

Re: Problem with egcs? Not sure.


| Hi guys,
| 
| [FYI: cc'ed to XWPE mailing list for ideas]
| 
...
| So it looks like there might be a problem that crept into egcs-1.0.3a. I
| finally downloaded egcs-1.1b, and built it. 
| 
| Tried it again, and it came up with different error messages: 
| 
| gcc -g -O2  -DCC_HAS_PROTOS=1 -DGPM=1 -DRANDLIB=1 -DNOPRINTER=1 -DNOVSWTCH=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -c we_wind.c
| we_wind.c: In function `e_schr_lst_wsv':
| we_wind.c:1290: called object is not a function
| we_wind.c:1290: called object is not a function
| we_wind.c:1290: warning: unreachable code at beginning of switch statement
| we_wind.c:1290: called object is not a function
| make: *** [we_wind.o] Error 1

I can't reproduce this.  It compiles fine without errors or warnings
on my linux box (egcs-1.1b).

/usr/src/BUILD/xwpe-1.5.12a>gcc -g -O2  -DCC_HAS_PROTOS=1 -DGPM=1 -DRANDLIB=1 -DNOPRINTER=1 -DNOVSWTCH=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -c we_wind.c
/usr/src/BUILD/xwpe-1.5.12a>

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>


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