From 85ec7d8859d533fc1ad9a1d45b956f413d0c867b Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Thu, 13 Nov 2014 10:12:24 +0000 Subject: [PATCH] Reword warning about FreeBSD / clang compile issue. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@532 13b04d17-f746-0410-82c6-800466cd88b0 --- COMPILE-PROBLEMS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/COMPILE-PROBLEMS b/COMPILE-PROBLEMS index c4842dd..1e70e8d 100644 --- a/COMPILE-PROBLEMS +++ b/COMPILE-PROBLEMS @@ -10,5 +10,7 @@ Debian, Ubuntu: libncurses5-dev Fedora, CentOS, OpenSuSE: ncurses-devel ----- -FreeBSD Clang causes BitchX to seg fault. As a workaround, use gcc to -compile the client. + +There have been reports that FreeBSD Clang causes BitchX to seg fault. As a +workaround, use gcc to compile the client by setting the CC environment +variable before running configure.