*** configure.orig 2008-11-04 01:38:47.000000000 +0900 --- configure 2008-11-04 01:40:44.000000000 +0900 *************** *** 9,15 **** BJAM="" TOOLSET="" ! BJAM_CONFIG="" BUILD="" PREFIX=/usr/local EPREFIX= --- 9,15 ---- BJAM="" TOOLSET="" ! BJAM_CONFIG="-d2 --layout=system variant=release threading=single,multi debug-symbols=on" BUILD="" PREFIX=/usr/local EPREFIX= *************** *** 346,353 **** LIBS=$LIBS all: .dummy ! @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS)" ! @\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) || \\ echo "Not all Boost libraries built properly." clean: .dummy --- 346,353 ---- LIBS=$LIBS all: .dummy ! @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) stage" ! @\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) stage || \\ echo "Not all Boost libraries built properly." clean: .dummy