
12 Jun
2006
12 Jun
'06
4:29 p.m.
g++ -c -I"C:\cygwin\usr\local\include\boost-1_33_1\boost" filename.cc
Personally, I use g++ -c -I/usr/local/include/boost-1_33_1 filename.cc and the "official" <boost/...> filenames. No special link options are reqired. Are you sure you installed both the boost and boost-devel packages? Dale