Boost logo

Boost Users :

From: meg_r123 (meg_r123_at_[hidden])
Date: 2003-07-08 10:10:46


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


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