[nhc-bugs] another build problem

Vaclav Haisman V.Haisman@sh.cvut.cz
Sat, 7 Jul 2001 01:23:23 +0200 (CEST)


I am using gcc 3.0. 
The backtrace of hmake-PRAGMA in gdb shows this:

#0  0x80497f7 in run ()
#1  0x8048ae1 in main ()
#2  0x80489b1 in _start ()

I was watching the build process more carefully now. It seems that
everything goes well untill the Buss error. There are also some warnings:

Bounded_Int.hc:32: warning: decimal constant is so large that it is
unsigned
Int.hc:1312: warning: decimal constant is so large that it is unsigned
Int.hc:2266: warning: decimal constant is so large that it is unsigned



Vaclav Haisman