Citando luis cota : > so then after running the install as mentioned below, what else has to be > done to get the compiler to recognize the Boost libraries when building > projects that require them? >
Giving the project the good FLAGS should be enough. Things like 'CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/boost-1_34 ./configure' may be of use. To locate where the libs were installed, use 'port contents boost'. Emmanuel _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
