This is the mail archive of the gcc-help@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]

Test suite errors.


Hi,

I have been getting annoying Tcl errors when running the test suite and I have searched for a solution to that. However, I only found many having the same issue but not resolution was posted. However, I did find a resolution and would like to post it hoping it helps others.

I had gcc in /usr/local/src/c++/gcc and the objdir was /usr/local/src/c++/gcc-build. The reason the regsub error used to occur while running the test cases was because of "++" in the path. "+" is a valid regular expression quantifier, hence, the error. I moved /usr/local/src/c++/gcc to /usr/local/src/c/gcc and things work fine.

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad


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