-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Am 15.03.12 14:03, schrieb Simone Piacco:
c++ -I /Users/Simone/Documents/workspace/boost_1_49_0 main.cpp -o main\ ~/boost/stage/lib/libboost_regex-darwin-mt-d-1_49_0.a
If this is really your commandline then the library is actually missing: the backslash after "-o main" will escape the space. So your "-o" option has the value "main ~/boost/stage/lib/libboost_regex-darwin-mt-d-1_49_0.a". I guess you are fine when you simply remove the backslash, making "main" and the library two different arguments: -o main ~/boost/stage/... Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: keyserver x-hkp://pool.sks-keyservers.net iEYEARECAAYFAk9iYfcACgkQhAOUmAZhnmrHFQCfc6yCsDTEUKy6UrGMH9H7h+uG iwcAnRolmrezMvNe+WH7pXsbXh093+bN =Jdbk -----END PGP SIGNATURE-----