Re: [sqlite] configure --enable-shared doesn't build shared libraries

2017-03-21 Thread Dan Kennedy

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


[sqlite] configure --enable-shared doesn't build shared libraries

2017-03-20 Thread Yuri

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.


Yuri


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