Boost logo

Boost Users :

From: Sebastien Marc (sebmarc_at_[hidden])
Date: 2003-07-08 10:38:35


Did you compile using -mt and -D_REENTRANT ?.

What do you think it is a link issue since you do not
have any unresolved symbols ?.

Seb.

--- meg_r123 <meg_r123_at_[hidden]> wrote:
> Hi all,
>
> I've succesfully compiled the boost library 1.30.0,
> and the tests for
> the libthread runs fine, but I get an "abort" when I
> try to execute a
> simple test written by me.
>
> I suppose it is a link problem, this is the command
> in the Makefile:
> (I'm using GCC)
>
> CC = g++
> OBJS = test_thread.o
> TARGET = test_thread
> $(TARGET): $(OBJS)
> $(CC) -o $(TARGET) $(OBJS) -L$(HOME)/local/lib/
> -lboost_thread
>
> Any idea to suggest me?
>
> Thank you,
> meg
>
>
>
>

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.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