BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} SCO Make



It's been a while since I've worked with bb. I'm trying to setup a client on a SCO machine. (SCO_SV scodev 3.2 5.0.6 i386)
 
After a lot of work I've finally got the environment setup for it. I am now getting the following errors during the make of bbc1.9h.
First error(s):
Making sco makefile
make[1]: Entering directory `/usr/bb4/bbc1.9h-btf/src'
BBOS="sco" CC="gcc" CFLAGS=" -Dsco -O -DREGEXEC -DTIMEH" LIBS="-lsocket" make -e
 bball
make[2]: Entering directory `/usr/bb4/bbc1.9h-btf/src'
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bb.o -c bb.c
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbsend.o -c bbsend.
c
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o utils.o -c utils.c
utils.c: In function `stricmp':
utils.c:1366: argument `str1' doesn't match prototype
/usr/include/string.h:97: prototype declaration
utils.c:1366: argument `str2' doesn't match prototype
/usr/include/string.h:97: prototype declaration
make[2]: *** [utils.o] Error 1
make[2]: Leaving directory `/usr/bb4/bbc1.9h-btf/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/bb4/bbc1.9h-btf/src'
make: *** [all] Error 2
 
 
If I comment out the section in utils.c to move on I get.
 
Making sco makefile
make[1]: Entering directory `/usr/bb4/bbc1.9h-btf/src'
BBOS="sco" CC="gcc" CFLAGS=" -Dsco -O -DREGEXEC -DTIMEH" LIBS="-lsocket" make -e
 bball
make[2]: Entering directory `/usr/bb4/bbc1.9h-btf/src'
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bb.o -c bb.c
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbsend.o -c bbsend.
c
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o utils.o -c utils.c
gcc  -Dsco -O -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/
bbmachine OS`/bb bb.o bbsend.o utils.o -lsocket
Undefined                       first referenced
symbol                              in file
_fini                               /usr/ccs/lib/crt1.o
ERROR: Symbol referencing errors. No output written to ../bin.sco_sv3.2/bb
collect2: ld returned 1 exit status
make[2]: *** [bb] Error 1
make[2]: Leaving directory `/usr/bb4/bbc1.9h-btf/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/bb4/bbc1.9h-btf/src'
make: *** [all] Error 2
Thanks Mike...

Home | Main Index | Thread Index