"Larry Martell"
<[EMAIL PROTECTED]> writes:

> I'm trying to build the amalgamation on Solaris, and it's failing:
>
>> make
> cd . && /bin/bash
> /home/martella/sqlite3/sqlite-amalgamation-3.6.1/missing --run
> aclocal-1.9
> /usr/local/share/aclocal/winsz.m4:5: warning: underquoted definition
> of AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
> /usr/local/share/aclocal/vorbis.m4:9: warning: underquoted definition
> of XIPH_PATH_VORBIS
> /usr/local/share/aclocal/termios.m4:5: warning: underquoted definition
> of AM_SYS_POSIX_TERMIOS
> /usr/local/share/aclocal/strtod.m4:30: warning: underquoted definition
> of AM_FUNC_STRTOD
> aclocal: file `/usr/local/share/aclocal/sdl.m4' does not exist
> make: *** [aclocal.m4] Error 1

Try to install the latest Autotools m4, autoconf, automake from
sunfreeware (I suppose you use gnu gcc).

When building sqlite-amalgamation I use:

CFLAGS="-Os -DSQLITE_ENABLE_FTS3=1 -R/usr/local/lib" ./configure

-- 
Radek

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to