6 Sep
2007
6 Sep
'07
4:24 p.m.
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