|
Boost Users : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-01-05 11:14:14
Chris Coleman wrote:
> The result below is repeated many many times about various files:
>
> /opt/sfw/gcc-3.2/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT
> -c -o zz_broker.o `test -f zz_broker.cpp || echo './'`zz_broker.cpp
> In file included from /opt/sfw/gcc-3.2/include/c++/3.2/utility:66,
> from
> /staff/cqc/include/boost/config/select_stdlib_config.hpp:20,
> from /staff/cqc/include/boost/config.hpp:40,
> from /staff/cqc/include/boost/smart_ptr.hpp:14,
> from zz_broker.h:28,
> from zz_broker.cpp:24:
> /opt/sfw/gcc-3.2/include/c++/3.2/bits/stl_relops.h:91: template with C
> linkage
> /opt/sfw/gcc-3.2/include/c++/3.2/bits/stl_relops.h:104: template with C
> linkage
> /opt/sfw/gcc-3.2/include/c++/3.2/bits/stl_relops.h:117: template with C
> linkage
> /opt/sfw/gcc-3.2/include/c++/3.2/bits/stl_relops.h:130: template with C
> linkage
Does the same problem happen with the following C++ file?
#include <utility>
int main() {}
If so, it's not a boost problem.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net