soname includes the major version number and create the right
links. Allow shared objects without the `lib' prefix and without
version information.
+1999-06-05 Mark Kettenis <kettenis@gnu.org>
+
+ * ltconfig.in: Update support for the Hurd. Make sure that the
+ soname includes the major version number and create the right
+ links. Allow shared objects without the `lib' prefix and without
+ version information.
+
1999-06-02 Nick Rasmussen <nick@jive.org>
* ltmain.in (link): use "$nonopt" as the compiler for
gnu*)
version_type=linux
- library_names_spec='${libname}${release}.so$versuffix ${libname}.so'
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
+ soname_spec='${libname}${release}.so$major'
shlibpath_var=LD_LIBRARY_PATH
deplibs_check_method=pass_all
;;