Hi Ian, My replies are below, Best regards. Paul On Thu, 28 Jul 2005 11:05 am, Ian Lance Taylor wrote: > "Paul C. Leopardi" <[EMAIL PROTECTED]> writes: > > [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1-obj> ../gcc-4.0.1/configure > > --prefix=/usr/local/gcc/gcc-4.0.1 --enable-threads=posix > > --disable-libgcj --with-system-zlib --enable-shared --enable-__cxa_atexit > > --enable-languages=c,c++ x86_64-suse-linux > > > > This looks like it worked, but gave the warning: > > > > configure: warning: x86_64-suse-linux: invalid host type > > This is not good, of course, though I doubt it is causing any of your > problems. In general if you are building a native compiler you should > not need to specify any configuration triplet at all.
OK > Can you confirm that the executables gcc/g++ and gcc/cc1plus exist? Yes, they exist. [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1-obj/gcc> ls -l g++ -rwxr-xr-x 1 leopardi users 291700 2005-07-22 23:35 g++ [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1-obj/gcc> ls -l cc1plus -rwxr-xr-x 1 leopardi users 21018697 2005-07-22 23:35 cc1plus > What does site.exp look like in the gcc/testsuite subdirectory? ## these variables are automatically generated by make ## # Do not edit here. If you wish to override these values # add them to the last section set rootme "/home/leopardi/src/gcc/gcc-4.0.1-obj/gcc" set srcdir "/home/leopardi/src/gcc/gcc-4.0.1/gcc" set host_triplet x86_64-suse-linux-gnu set build_triplet x86_64-suse-linux-gnu set target_triplet x86_64-suse-linux-gnu set target_alias x86_64-suse-linux set libiconv "" set CFLAGS "" set CXXFLAGS "" set HOSTCC "gcc" set HOSTCFLAGS "-g -O2" set TESTING_IN_BUILD_TREE 1 set HAVE_LIBSTDCXX_V3 1 set tmpdir /home/leopardi/src/gcc/gcc-4.0.1-obj/gcc/testsuite set srcdir "${srcdir}/testsuite" ## All variables above are generated by configure. Do Not Edit ## > Does it have the line "set TESTING_IN_BUILD_TREE 1"? Yes > Which version of dejagnu do you have installed? dejagnu version 1.4.4 expect version 5.41 tcl version 8.4.7 [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1-obj/gcc/testsuite> rpm -q dejagnu dejagnu-1.4.4-3 [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1/gcc/testsuite/lib> rpm -q expect expect-5.41-2 [EMAIL PROTECTED]:~/src/gcc/gcc-4.0.1/gcc/testsuite/lib> rpm -q tcl tcl-8.4.7-3