This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
warning: .../O0g.gch: not used because `__NO_INLINE__' not defined
- From: Paolo Carlini <pcarlini at suse dot de>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 04 Jul 2006 18:35:24 +0200
- Subject: warning: .../O0g.gch: not used because `__NO_INLINE__' not defined
Hi all, hi Benjamin,
I'm currently seeing this warning during the build:
/home/paolo/Gcc/svn-dirs/trunk/libstdc++-v3/include/precompiled/stdtr1c++.h:30:25:
warning:
/home/paolo/Gcc/svn-dirs/trunk-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/stdc++.h.gch/O0g.gch:
not used because `__NO_INLINE__' not defined
any idea what's going wrong?
Besides, likely also related to recent changes to the build system, I'm
seeing the following kind of errors upon 'make clean' in the v3 build
dir, it seems 'rm' is attempted on completely unrelated system dirs:
make[1]: Entering directory
`/home/paolo/Gcc/svn-dirs/trunk-build/i686-pc-linux-gnu/libstdc++-v3/include'
test -z "./i686-pc-linux-gnu/bits/stdc++.h
./i686-pc-linux-gnu/bits/stdtr1c++.h ./i686-pc-linux-gnu/bits/extc++.h
/*" || rm -f ./i686-pc-linux-gnu/bits/stdc++.h
./i686-pc-linux-gnu/bits/stdtr1c++.h ./i686-pc-linux-gnu/bits/extc++.h /*
rm: cannot remove `/bin': Is a directory
rm: cannot remove `/boot': Is a directory
...
(many more, all the system dirs under /)
Paolo.