Hi, thank you very much,
I enjoy so much sqlite with ICU, I even installed the latest version of readline to enjoy characters like öäü and with the ICU collation the sort order is right with those characters. sqlite is really splendid! Thank you so much for having made this software. Best regards, Sylvain On Thu, Dec 10, 2009 at 9:30 PM, Roger Binns <rog...@rogerbinns.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Sylvain Pointeau wrote: > > just one last thing: > > -lpthread -lm -L/usr/local/lib -licui18n -licuuc -licudata -lpthread > -lm > > > > > > could it be annoying for sqlite to be linked against pthread? > > Unless you compiled SQLite with SQLITE_THREADSAFE=0 then it has to use > pthread. In any event if that -lpthread came from icu-config then your ICU > was deliberately compiled to use pthread so you can't avoid it. (This is > the whole point of pkg-config and icu-config - you don't have to know how > they were compiled.) > > But the way libraries work means you do not need to be concerned. The > linker looks for symbols used by the program in each library. If none of > the symbols are found in a particular library then that library is ignored. > This means you could add the X windows libraries, the Python shared > library > and the ones for you favourite IM framework to the list and it won't make > any difference on the final binary. > > Roger > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkshWmUACgkQmOOfHg372QSPEgCg0HqyVL971Hnn3MlPm2ap9rQf > K3MAn2lj8GzIGwHKYdAs6HXTZPmaNo52 > =Sfj5 > -----END PGP SIGNATURE----- > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users