Boost logo

Boost Users :

From: Simon Bailey (conic_at_[hidden])
Date: 2003-04-09 21:56:24


Compile all the boost thread files (listed below) into your
application using the compiler switches shown. Use these switches
for ALL files (not just the boost thread files) that you compile
into your application.

This works for me, but I'm only using boost 28. I've found it to be
very stable though.

CC $(CFLAGS) -mt -c -I$(INCLUDE_PATH)
thread.cpp
condition.cpp
exceptions.cpp
mutex.cpp
recursive_mutex.cpp
tss.cpp
xtime.cpp

--- In Boost-Users_at_[hidden], "jenny_qzhang"
<jenny_qzhang_at_y...> wrote:
> Hi, All
>
> I am working on porting an application from MSVC to solaris
> workshop(the applicatoin is using boost thread lib). I could not
> locate the makefile or jam file for this compiler. Is there
anybody
> did the same thing before?
>
> If you finially made it, can you share your experience,
makefile
> with me? Actually I tried to write a makefile myself, but it
reported
> a lot of errors related to template parameters :(.
>
>
> Thanks very much!
>
> Qiu


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