Re: How to create shared library(dll) without lib prefix ?

2007-07-25 Thread Roumen Petrov
I prepare two possible patches against libtool version 1.5.22. Both patches change soname_spec if flag to avoid lib-prefix is set. 1.) libtool-1.5.22.ACNOPREFIX.patch This patch define autoconf macro AC_LIBTOOL_NOSHPREFIX. In is suitable for project, as example libiconv, where build with

How to create shared library(dll) without lib prefix ?

2007-07-16 Thread Roumen Petrov
Let a project use libtool to make libraries. In case of mingw build (cross-compilation) in many cases is good dll to be without lib prefix. In these cases cross-compilation can create dlls with same names as native build and those dlls can be used instead native build. The name of import