This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testsuite problem: warning: `-no-install' is ignored for i686-pc-cygwin


>>>>> "David" == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:

David> Following up on my cygwin testsuite post, the compilation tests
David> fail because libtool issues warnings 
David> libtool: link: warning: `-no-install' is ignored for i686-pc-cygwin
David> libtool: link: warning: assuming `-no-fast-install' instead

David> It would be better to fix the testsuite flags.  Ideas welcome.

Here's the code:

    # Avoid libtool wrapper scripts when possible.
    if {$mode == "link"} {
        lappend args "additional_flags=-no-install"
    }

What if we change this to avoid the append when the target is some
Windows variant, including Cygwin?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]