bug-libtool
[Top][All Lists]
Advanced

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

FYI: demo-nopic SKIP message (was: libtool-1.5.14 make check)


From: Ralf Wildenhues
Subject: FYI: demo-nopic SKIP message (was: libtool-1.5.14 make check)
Date: Sat, 19 Mar 2005 21:01:55 +0100
User-agent: Mutt/1.5.6+20040907i

Hi Tom, others,

* Tom Burger wrote on Fri, Mar 18, 2005 at 07:07:31PM CET:
> 
> <shame> I should have read the whole README file. </shame>

No problem.

> It looks like a problem not with the libtool tests but with my local c++ 
> compiler.

This remains to be seen.  I will be working on issues one by one.
And one mail per issue.  This one is the easiest:

> 3) I read that skipping the demo-nopic is normal on Solaris ?

Yes, it is.  I never noticed, though, that the error message:

> === Running demo-nopic.test
> libtool does not build non-PIC shared libs on 
> SKIP: demo-nopic.test

is suboptimal.  I have checked in the following patch (all branches).

Regards,
Ralf

2005-03-19  Ralf Wildenhues  <address@hidden>

        * tests/demo-nopic.test: Enhance status output
        noted by Tom Burger <address@hidden>.

Index: tests/demo-nopic.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo-nopic.test,v
retrieving revision 1.15
diff -u -r1.15 demo-nopic.test
--- tests/demo-nopic.test       20 Dec 2004 07:59:58 -0000      1.15
+++ tests/demo-nopic.test       19 Mar 2005 19:49:14 -0000
@@ -28,7 +28,7 @@
        func_skip "$host doesn't like non-PIC shared libs"
        ;;
 *-solaris*|*-sunos*)
-       func_skip "libtool does not build non-PIC shared libs on $host_os"
+       func_skip "libtool does not build non-PIC shared libs on $host"
        ;;
 esac
 




reply via email to

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