From: Dale McCoy (dalestan_at_[hidden])
Date: 2006-06-12 18:29:32


> 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