8 Jul
2003
8 Jul
'03
3:38 p.m.
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
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