Comment #6 on issue 248 by poftwaresatent: protobuf will not compile without thread library
http://code.google.com/p/protobuf/issues/detail?id=248

Looks like r353 broke the m4 code that checks for pthread/sharedlib coexistance on OS X. Somehow m4/acx_pthread.m4 ends up injecting -Wl,-z,foo onto the gcc command line, which Apple's ld chokes on (invalid option -z or something like that).

Reverting to r352 seems to work around the issue.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to