Boost logo

Boost Users :

Subject: Re: [Boost-users] [program-options] static linked example segfaults for exception
From: David Kaplan (davkaplan_at_[hidden])
Date: 2010-03-22 14:29:26


>
> > g++ testprogramoptions.o -static-libgcc
> > -Wl,-Bstatic -L/u/neetug/Projects/performance/perfstat_cluster/lib
> > -lboost_program_options-gcc41-mt -lpthread -o testprogramoptions
>
> This is not the best way to link statically. Did you try just -static
> option, without -static-libgcc and -Wl,-Bstatic?
>

Or you could try: -l:libboost_program_options-gcc41-
mt



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