Re: Fix compilation of strerror-override with llvm/clang

2011-08-30 Thread Aleksander Morgado
Hey Bruno, > > So I have to ask: > - What is your platform? > - What are the values of $CC, $CFLAGS, $CPPFLAGS that you are using in your > configuration? > - More precisely, how to reproduce the problem you had? > - Does the problem go away if you do a "make distclean" and reconfigur

Fix compilation of strerror-override with llvm/clang

2011-08-29 Thread Aleksander Morgado
228a4a431fa091bce25a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 29 Aug 2011 13:52:21 +0200 Subject: [PATCH] strerror-override: avoid implementing the method if it won't be exported Fixes the compilation under llvm/clang --- lib/strerror-override.c |5 + lib/strerr