From ce2ca629b14a7d9e57c315ee0ba49b441e0948e7 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 24 Jan 2017 03:01:23 +0000 Subject: [PATCH] show how to compile with clang. (lame). --- README.FreeBSD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.FreeBSD b/README.FreeBSD index 50f42ff..f8ca50c 100644 --- a/README.FreeBSD +++ b/README.FreeBSD @@ -3,6 +3,10 @@ # autoreconf -./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man +# clang +CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man + +# gcc +#./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man #--enable-symbols