Environment: Windows XP, MinGW+MSYS

ICU configured with:
   sh runConfigureICU MinGW --enable-static --enable-shared
   make && make install
Produces several libraries (both static and shared).

Attempting to compile sqlite-amalgamation-3070701:
   gcc -osqlite3 sqlite3.c shell.c -DSQLITE_ENABLE_ICU 
-DSQLITE_ENABLE_FTS4 -licudt -licuin -licuio -licutu -licuuc -licule 
-liculx -licutest -lpthread

Fails with five identical errors:
   sqlite3.c:(.text+0x82871): undefined reference to 
`utf8_countTrailBytes_48'

What am I doing wrong?

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

Reply via email to