------- Comment #4 from amylaar at gcc dot gnu dot org 2010-06-10 09:18 ------- I've found now that the runtime is picked up from the install location. For default configuration, I use --prefix=/user/inria , and the file is then picked up from /user/inria/lib/gcc/i686-pc-linux-gnu/4.6.0/include/objc/Object.h , where it has been installed on my machine during a recent test install of a previous build.
For --enable-build-with-cxx, I've been using a different prefix. Is the compiler supposed to ignore an installed objc gnu runtime when testing in the build directory with -fnext-runtime? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44488