$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Problem with program_options on FreeBSD 8 (gcc 4.2)
From: elekktretterr_at_[hidden]
Date: 2010-08-12 21:28:37
Oh, I see. My problem was actually not specifing -lboost_program_options
on the command line which gave linker error.
I'm using cmake now, and it seems that program_options get statically
linked. How can I get it to dynamic link instead?
I know this is more of a cmake question, so sorry.
Thanks,
Petr