Libtoolers,

Here's a fix submitted by our QNX engineer to get our product
(Berkeley DB) to work with QNX dynamic libraries.  Without this patch,
libtool conservatively builds only static archives.

Apparently QNX uses GNU ld, so the fix is straightforward.
Thank you for reviewing this and incorporating into the next
libtool release, if possible.

- Don


*** ltconfig.orig       Thu Oct 12 11:57:19 2000
--- ltconfig    Thu Oct 12 11:57:28 2000
***************
*** 2145,2150 ****
--- 2145,2163 ----
    fi
    ;;
  
+ #### local change for Sleepycat DB:
+ # Add in the QNX support from QNX.
+ nto-qnx)
+   version_type=linux
+   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
+   shlibpath_overrides_runpath=yes
+   deplibs_check_method='pass_all'
+   ;;
+ 
  *)
    dynamic_linker=no
    ;;



        =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        Don Anderson                    [EMAIL PROTECTED]
        Sleepycat Software Inc.         +1-978-287-4781
        394 E. Riding Dr.               http://www.sleepycat.com
        Carlisle, MA 0174


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to