libtool
[Top][All Lists]
Advanced

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

Patch for libtool 1.4 on QNX.


From: Don Anderson
Subject: Patch for libtool 1.4 on QNX.
Date: Tue, 10 Jul 2001 22:35:25 -0400 (EDT)

Hello libtoolers,

Here is a patch to run libtool 1.4 on QNX.  I set
lt_cv_deplibs_check_method to 'unknown' because I was unable to
successfully run the test suite: since I don't have direct access to
the QNX box, I'm working through it with someone else.  However, these
changes do allow us to build shared libraries on QNX.

Thanks.

- Don


*** libtool.m4.ORIG     Tue Apr 24 19:34:11 2001
--- libtool.m4  Sat Jun 16 16:45:25 2001
***************
*** 2183,2188 ****
--- 2183,2198 ----
    fi
    ;;
  
+ 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
+   ;;
+ 
  *)
    dynamic_linker=no
    ;;
***************
*** 3228,3233 ****
--- 3238,3247 ----
    [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB 
(executable|dynamic lib)']
    lt_cv_file_magic_cmd=/usr/bin/file
    lt_cv_file_magic_test_file=/usr/lib/libnls.so
+   ;;
+ 
+ nto-qnx)
+   lt_cv_deplibs_check_method=unknown
    ;;
  
  osf3* | osf4* | osf5*)

================================================================


- Don Anderson


-- 

        =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        Remember to send requests for assistance on
        new problems to address@hidden
        =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        Don Anderson                    address@hidden
        Sleepycat Software Inc.         +1-978-287-4781
        118 Tower Rd.                   http://www.sleepycat.com
        Lincoln, MA 01773




reply via email to

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