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@yahoogroups.com, "jenny_qzhang"
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