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


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

Re: g++ doesn't test anymore on sun sparc solaris 2.7


> From: Mike Stump <mrs@windriver.com>
> Date: Thu, 14 Dec 2000 09:28:39 -0800 (PST)
> To: gcc@gcc.gnu.org

>                 === g++ tests ===

> Running target unix
> Using /folk/mrs/packages/dejagnu-971222/bin/../share/dejagnu/baseboards/unix.exp as board description file for target.
> Using /folk/mrs/packages/dejagnu-971222/bin/../share/dejagnu/config/unix.exp as generic interface file for target.
> Using /kankakee1/tmp/mrs/net/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
> Running /kankakee1/tmp/mrs/net/gcc/gcc/testsuite/g++.dg/dg.exp ...
> couldn't execute "/kankakee1/tmp/mrs/net/gcc-sol/sparc-sun-solaris2.7/libstdc++-v3/tests_flags": no such file or directory
>     while executing
> "exec ${odir_v3}/tests_flags --compiler ${odir_v3} ${sdir_v3}"
>     (procedure "g++_include_flags" line 21)

> :-( I suspect I need to update what dejagnu I use...  I'll give that a
> try.

Ok, updated it, didn't work.  I checked the directory, and found:

ltconfig:1915: /kankakee1/tmp/mrs/net/gcc-sol/gcc/xgcc -B/kankakee1/tmp/mrs/net/
gcc-sol/gcc/ -B/folk/mrs/packages/gcc-20001214/sparc-sun-solaris2.7/bin/ -B/folk
/mrs/packages/gcc-20001214/sparc-sun-solaris2.7/lib/ -isystem /folk/mrs/packages
/gcc-20001214/sparc-sun-solaris2.7/include -o conftest -g -O2 -fno-builtin -fno-
rtti -fno-exceptions  -DHAVE_DLFCN_H   -static conftest.c -ldl  1>&5
ld: fatal: library -ldl: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status

in config.log.  It appears that libstdc++-v3 wasn't built, hence
testing could be problematic.

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