boost/boost-config-compiler-gcc.patch
Benjamin Kosnik 9cec0834b9 - (#142612: Compiling Boost 1.32.0 Failed in RHEL 3.0 on Itanium2)
- (#150069: libboost_python.so is missing)
- (#141617: bad patch boost-base.patch)
- (#122817: libboost_*.so symlinks missing)
- Re-add boost-thread.patch.
- Change boost-base.patch to show thread tags.
- Change boost-gcc-tools.patch to use SOTAG, compile with dllversion.
- Add symbolic links to files.
- Sanity check can compile with gcc-3.3.x, gcc-3.4.2.
2005-03-17 01:12:29 +00:00

22 lines
843 B
Diff

*** boost/config/compiler/gcc.hpp.orig 2005-03-16 17:25:06.611062784 -0600
--- boost/config/compiler/gcc.hpp 2005-03-16 17:31:00.965341000 -0600
***************
*** 84,91 ****
# error "Compiler not configured - please reconfigure"
#endif
//
! // last known and checked version is 3.4:
! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else
--- 84,91 ----
# error "Compiler not configured - please reconfigure"
#endif
//
! // last known and checked version is 4.1:
! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 1))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else