libtool
[Top][All Lists]
Advanced

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

Re: libtool-1.4


From: Gary V . Vaughan
Subject: Re: libtool-1.4
Date: Sun, 22 Apr 2001 18:38:53 +0100

Hi Chris,

On Saturday 21 April 2001 10:28 pm, Christoph Pfisterer wrote:
> I ran the test suite on Mac OS X 10.0.1, a.k.a. Darwin 1.3, host type
> powerpc-apple-darwin1.3, with automake 1.4, autoconf 2.13, Apple cc
> (based on gcc 2.95.2), Apple ld (_not_ based on gld).

Thanks!

> It failed 8 of 73 tests:
>
> demo-inst (after demo-conf)
> depdemo-inst (after depdemo-conf)
> demo-inst (after demo-nofast)
> depdemo-inst (after depdemo-nofast)
> demo-make (after demo-shared)
> depdemo-make (after depdemo-shared)
> mdemo-make (after mdemo-shared)
> quote

Hmm.. that is a pity, I though we had more or less nailed darwin by now =(O|

> Does the test suite generate a protocol where I can hunt for useful
> error messages?

I'm not sure what you mean by `a protocol'.  You can run the individual tests 
in verbose mode with:

    $ VERBOSE=1 make check TESTS='demo-shared demo-make demo-exec demo-inst'

(Actually, that is not entirely true since some tests rely on other and need 
to be run in groups -- they will tell you if you try ti run them without the 
necessary prerequisites).

Alternatively, you can run the test sctripts stand-alone from the tests 
directory:

    $ VERBOSE=1 ./demo-shared

Beyond that, you can perform the configuration from the test-suite and then 
change into the appropriate demo directory and debug from there:

    $ cd tests && ./demo-shared
    $ cd demo
    $ make
    $ ../libtool --mode=exec gdb ./hell

Hope that helps!

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc



reply via email to

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