SciFi wrote:
str.c:83: error: thread-local storage not supported for this target
while it was compiling src/str.c .
I'm running MacOSX 10.6.7 with Xcode-3.2.6.
[cut]
$ $CC --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) […]
(I never use a pkg-mgr such as Macports or Fink; besides, they are both now back-level with stunnel.)
I'm skeptical in upgrading Xcode to their 4.x series, with Apple's insistence we use the LLVM family there. ;)
I was able to build stunnel with a recent gcc from Macports:
sudo port install gcc45 export CC=gcc-mp-4.5 ./configure make
Mike