libtool-patches
[Top][All Lists]
Advanced

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

Re: Small patch for the QNX platform


From: Ralf Wildenhues
Subject: Re: Small patch for the QNX platform
Date: Fri, 23 Jan 2009 08:14:15 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Mike,

* Mike Gorchak wrote on Fri, Jan 23, 2009 at 07:09:18AM CET:
> This patch adds qnx as platform which supports library version information.

Thanks for your patch.  First off, I have almost no knowledge of QNX, so
I rely on help.

As far as I can see, this patch changes the versioning scheme used on
QNX.  This means, that potentially all libraries created with libtool
after this change are incompatible with all of those created before.

I see you supplied the last QNX-related change to Libtool, too, in 2004.
Can you provide information about why this change is needed now?  Did
QNX change their versioning, or why is this necessary now?

Also, we would be extremely interested in seeing testsuite (make -k
check) output of Libtool on this system.

Thanks,
Ralf

> diff -u -r ./libtool-2.2.6/libltdl/config/ltmain.m4sh  
> ./libtool-2.2.6-qnx/libltdl/config/ltmain.m4sh
> --- ./libtool-2.2.6/libltdl/config/ltmain.m4sh 2008-09-07 
> 20:54:53.000000000 +0300
> +++ ./libtool-2.2.6-qnx/libltdl/config/ltmain.m4sh 2009-01-23  
> 08:01:41.000000000 +0200
> @@ -5746,7 +5746,7 @@
>    # which has an extra 1 added just for fun
>    #
>    case $version_type in
> -   darwin|linux|osf|windows|none)
> +   darwin|linux|osf|windows|qnx|none)
>      func_arith $number_major + $number_minor
>      current=$func_arith_result
>      age="$number_minor"
>




reply via email to

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