This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug bootstrap/16469] bootstrap fails in libstdc++-v3/testsuite


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-07-15 11:03 -------
create_testsuite_files is just a shell script.  Can you run it with:

    /bin/sh -x \
      \usr/people/schwarz/gcc-3.4.1/libstdc++-v3/scripts/create_testsuite_files \
      /usr/people/schwarz/gcc-3.4.1/libstdc++-v3/testsuite `${PWDCMD-pwd}`

and post the result?

It seems odd that you're getting an exit 1, since I can't see any
obvious early exits, and the script ends with exit 0.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16469


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