On 03/21/2017 07:11 AM, Yuri wrote:
Configure file says:

>   --enable-shared[=PKGS]  build shared libraries [default=yes]

However, shared library isn't built by default. This command:

$ ./configure --enable-shared && gmake

doesn't build it either.

Are you using the amalgamation tarball or the full sources. Both configure scripts work to build shared libraries on Linux here.

If you search for "shared" in the file "config.log", do you find anything interesting? Here, it says:

configure:7227: checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
  configure:8213: result: yes

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

Reply via email to