Boost logo

Boost Users :

Subject: Re: [Boost-users] Newbie Question - Errors if i want to compile
From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2012-03-15 17:41:12


-----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-----


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net