-----Original Message----- From: Rightmire, Mike Sent: Thursday, January 27, 2005 3:31 PM To: '[email protected]' Subject: Make error installing sqlite3.0.8 on Solaris 9 (Sparc)
I am trying to install SQlite3.0.8 on Solaris 9 Sparc. I have no issues when configuring, but when I try to make I get errors (see below.) I am using gcc 3.2.4 and the GNU ld, as, ETC. I have tried using both /usr/ccs/bin/make and the GNU make. Help! Thanks! M P.S. I don't know if it has anything to do with libtool, but it is using the libtool that comes with the source code and I have tried inserting a newer version of libtool in place of the one that comes with the source code to no avail. I have not played with the ltmain.sh . # make ./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src -DNDEBUG -c ./src/attach.c gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src -DNDEBUG -c ./src/attach.c -fPIC -DPIC -o .libs/attach.o src/attach.c: In function `sqlite3Attach': src/attach.c:41: `OP_Halt' undeclared (first use in this function) src/attach.c:41: (Each undeclared identifier is reported only once src/attach.c:41: for each function it appears in.) src/attach.c: In function `sqlite3Detach': src/attach.c:163: `OP_Halt' undeclared (first use in this function) make: *** [attach.lo] Error 1 Mike

