SCO OS bug.

Ruslan Shevchenko Ruslan@Shevchenko.kiev.ua
Sun Jan 11 17:34:00 GMT 1998


1.  Initial : SCO Open Server 5.0 with Skunware (i.e. gcc 2.7.2.1)
developmmet system.

Install fails during misconfigurations in Makefile
i.e. on some stange of bootstrapping receive next configure message:

Is system have working c compiler .... no


2. After  few  "make, clean" by hand it's installels.

3. During compiling omniBroker (www.ooc.org), with -mcoff receive
message
from native SCO assembler:
SymbolicTable full

4. omniBroker programms work incorrect.

Sometimes thay core-dump with message illegial-instruction.

after changing code
#define TEST(ex)  ( (ex) ? ((void*)0) :
TransfreMessage(#ex,__FILE__,__LINE__)
to
#define TEST(ex)  if ((!ex)) { TransferMessage(#ex,__FILE__,__LINE__); }

illegial-instruction coredumps was eliminated,
but examples still worked incorrect.

As I can guess, some wrong with Float/Double stuff.

Anybody have any idea ?

--

    @=
     //RSSH                              mailto://Ruslan@Shevchenko.Kiev.UA






More information about the Gcc-bugs mailing list