[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.5.14 failed 'make checks'
From: |
Ralf Wildenhues |
Subject: |
Re: 1.5.14 failed 'make checks' |
Date: |
Tue, 22 Mar 2005 21:25:14 +0100 |
User-agent: |
Mutt/1.5.6+20040907i |
Hi Witold,
I'm quoting generously for the benefit of the mailing list readers.
* address@hidden wrote on Tue, Mar 22, 2005 at 09:01:47PM CET:
> This time I did not compile as root.
Good.
> The full log of my activity for the following commands:
>
> $ cd /export
> $ ls -aFl
> $ export PATH=/usr/xpg4/bin:/usr/bin:/usr/ccs/bin:/usr/sfw/bin
> $ gcc --version
> $
> $ ls -aFl /usr/local
> $
> $ set
> $
> $ gzcat src/libtool-1.5.14.tar.gz | gtar xpf -
> $ cd libtool-1.5.14
> $ env CC=gcc CXX=g++ ./configure --prefix=/usr/local
> $ make
> $ su root -c 'PATH=/usr/xpg4/bin:/usr/bin:/usr/ccs/bin;export PATH;make
> install'
> $
> $ env VERBOSE=1 make check
> $
>
> is in the attachement sparc10.txt.
> I used the gcc that comes with Solaris 10.
>
> As before there were 4 tests skipped (and yes the first one was
> demo-nopic.test) and 3 that failed.
>
> Anything else, please let me know - Witold
Yes, I have followup questions. The tagdemo-make tests all fail with:
> /bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -o libfoo.la
> -no-undefined foo.lo -lm
> mkdir .libs
> libtool: link:
> `/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../..//libstdc++.la' is not
> a valid libtool archive
Please show the output of
$ cat /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../..//libstdc++.la
$ ls /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../..//
I have a weird feeling.. Please also go into the tagdemo directory,
issue `make' so that you see the error above again, then issue
$ ./libtool --config | grep echo=
$ ./libtool --config | grep SHELL=
$ /bin/bash ./libtool --debug --tag=CXX --mode=link g++ -g -O2 -o libfoo.la
-no-undefined foo.lo -lm
Show all output.
Thanks,
Ralf