Not sure if this is the right place, but I'm not finding an answer for this. If you can point me at a good forum for this type of question (I've already asked on cplusplus.com), I'd be grateful.
I am trying to build boost 1.37 on Solaris 10 (1.37 is necessary since I'm porting an older version of our software that was originally built against that version) and, having run configure with no problems, I'm running into an issue where building with gmake gives the error: "g++: unrecognized option `-pthread'". I can't find anywhere that tells me how I can change that from -pthread to -pthreads (since I've found online where someone says -pthread is for gcc on Linux, and -pthreads is for gcc on Solaris).
Has anyone built boost on Solaris? Does anyone have an answer for how to change -pthread to -pthreads? And also any advice for going forward? I saw somewhere else that indicated it's not as easy of a process as I would have expected.
Thanks...
Bruce
I am trying to build boost 1.37 on Solaris 10 (1.37 is necessary since I'm porting an older version of our software that was originally built against that version) and, having run configure with no problems, I'm running into an issue where building with gmake gives the error: "g++: unrecognized option `-pthread'". I can't find anywhere that tells me how I can change that from -pthread to -pthreads (since I've found online where someone says -pthread is for gcc on Linux, and -pthreads is for gcc on Solaris).
Has anyone built boost on Solaris? Does anyone have an answer for how to change -pthread to -pthreads? And also any advice for going forward? I saw somewhere else that indicated it's not as easy of a process as I would have expected.
Thanks...
Bruce