Yea, I saw the message in the archives. I did that but am still getting Undefined Symbol error.
-----Original Message-----
From: John Boris [mailto:jboris@adphila.org]
Sent: Tuesday, September 13, 2005 6:20 PM
To: bb@bb4.com
Subject: Re: {bb} SCO Make
When I did a make on my SCo box I had to make an entry for scosysv since
that is how the system reported back its OS. And also I was using the
SCO development System not gcc.
John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
222 North 17th Street
Philadelphia, Pa. 19103
Tel: 215-965-1714
Fax: 215-587-3525
"Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!"
>>> MikeH@lonestarpark.com 09/13/05 4:50 PM >>>
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...
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.