Boost logo

Boost Users :

Subject: Re: [Boost-users] boost build problem?...
From: johann (jgoetz_at_[hidden])
Date: 2011-04-27 11:50:21


two things you should do:
1) remove -L/usr/lib on the compile command since gcc should already know
about it
2) add the following option to include the program options library:
    -lboost_program_options

In general, "undefined reference" means you are missing a pre-compiled
library (.a or .so) when linking.

--
View this message in context: http://boost.2283326.n4.nabble.com/boost-build-problem-tp3478348p3478561.html
Sent from the Boost - Users mailing list archive at Nabble.com.

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