libtool
[Top][All Lists]
Advanced

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

Re: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS)


From: Tim Mooney
Subject: Re: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS)
Date: Mon, 23 Apr 2001 10:48:51 -0500 (CDT)

In regard to: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS), Russ...:

>There were some warnings during some of the tests, though.
>
>----------------------------------------------------
>Configuring libtool 1.3e (1.910 2001/04/23 00:34:53)
>----------------------------------------------------
>
>checking host system type... alpha-dec-osf4.0f
>checking build system type... alpha-dec-osf4.0f
>
>Using vendor ld and gcc 2.95.3.

I get the same thing (including the same complaints from the loader) on

        alpha-dec-osf4.0f
        alpha-dec-osf5.1

both using vendor cc and ld.

Note that you *must* make sure GNU make is in your PATH before the system
make.  Even doing something like

        gmake check

(to cause GNU make to be used in the top level directory) will cause as
many as 28 of the tests to fail.  As soon as I did

        PATH=/local/gnu/bin:$PATH
        export PATH
        gmake check

all tests passed.

Wouldn't it be a win to add

        MAKE="$(MAKE)"

to the TESTS_ENVIRONMENT in tests/Makefile.am, so we're certain that all
the *.test scripts get the same make that was used in the top level
directory?  With that change in place, using

        gmake check

now works.

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164




reply via email to

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