
6 Jul
2001
6 Jul
'01
11:23 p.m.
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