libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for QNX support for libtool-1.3.5


From: Don Anderson
Subject: Patch for QNX support for libtool-1.3.5
Date: Thu, 12 Oct 2000 12:07:34 -0400 (EDT)

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                    address@hidden
        Sleepycat Software Inc.         +1-978-287-4781
        394 E. Riding Dr.               http://www.sleepycat.com
        Carlisle, MA 0174




reply via email to

[Prev in Thread] Current Thread [Next in Thread]