doing a clean build of v339 on osx 10.4.8.
% cd /projects/sqlite_build
% ../sqlite-3.3.9/configure --prefix=/usr/local/sqlite --enable-tcl
--enable-shared --enable-static --enable-debug --enable-threadsafe=yes
and,
% make
complete successfully.
at,
% make install
it fails at,
% make install
(...)
/usr/bin/install -c .libs/sqlite3 /usr/local/sqlite/bin/sqlite3
/usr/bin/install -c -d /usr/local/sqlite/include
/usr/bin/install -c -m 0644 sqlite3.h /usr/local/sqlite/include
/usr/bin/install -c -m 0644 src/sqlite3ext.h /usr/local/sqlite/include
install: src/sqlite3ext.h: No such file or directory
make: *** [install] Error 71
%
but
% ls ../sqlite-3.3.9/src/sqlite3ext.h
../sqlite-3.3.9/src/sqlite3ext.h
_does_ seem to _be_ there.
looks like a path issue.
thanks.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------