[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

C++ Packages should test builds with g++-3.0



Ben Collins writes:
 > I want to bring people's attention to the new C++ library, libstdc++3.0.
 > Some packages will need fixes in order to compile with g++-3.0 (You can
 > test build with it using CXX=g++-3.0 or similar).

If you're using mixed C and C++ code, use

	CC=gcc-3.0 CXX=g++-3.0 <command> ...



Reply to: