This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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.



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