[omniORB] Build on RedHat 6.0 (Intel)

Robert Simmons Jr. gnuish@uswest.net
Tue, 14 Sep 1999 20:54:51 -0600


"Robert Simmons Jr." wrote:

DOH!. Nevermind, just reread sai lao's email .

--rob

> I am trying to build omniORB and I get the following error.
>
> [root@derisor src]# make export
> making export in src/tool...
> make[1]: Entering directory `/root/work/omniORB_280pre2/src/tool'
> making export in src/tool/omkdepend...
> make[2]: Entering directory
> `/root/work/omniORB_280pre2/src/tool/omkdepend'
> gcc -c -O  -DDEBUG -I.  -I../../../include -D__x86__ -D__linux__
> -D__OSVERSION__=2 -o main.o main.c
> In file included from /usr/include/signal.h:294,
>                  from main.c:43:
> /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
> directory
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory
> `/root/work/omniORB_280pre2/src/tool/omkdepend'
> make[1]: *** [export] Error 1
> make[1]: Leaving directory `/root/work/omniORB_280pre2/src/tool'
> make: *** [export] Error 1
>
> **** in sigcontext.h appears the following line ***
>
> # include <asm/sigcontext.h>
>
> This asm tree is NOT under /usr/include.
>
> Do I have a package missign from my system ? If so, what package.
>
> --rob