From ec842a808f82ad6c1cdc2361cc069d4f7037be9e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 3 Jun 2015 22:43:00 +1000 Subject: [PATCH] Update COMPILE-PROBLEMS Remove reference to crashes with clang under FreeBSD, advised by cpet. Add name of libncurses-devel package for Cygwin. --- COMPILE-PROBLEMS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/COMPILE-PROBLEMS b/COMPILE-PROBLEMS index 1e70e8d..8c8e8d4 100644 --- a/COMPILE-PROBLEMS +++ b/COMPILE-PROBLEMS @@ -8,9 +8,4 @@ Some examples of what this package may be called: Debian, Ubuntu: libncurses5-dev Fedora, CentOS, OpenSuSE: ncurses-devel - ------ - -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. +Cygwin: libncurses-devel