newlisp 10.6.2 build on FreeBSD 10.0

Notices and updates
Locked
rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

newlisp 10.6.2 build on FreeBSD 10.0

Post by rickyboy »

Just a quick note FYI. For another topic in the fanclub, I needed to build 10.6.2. I was on one of my FreeBSD machines, so I did the build there. Bottom line is that it builds without an issue.

There was only one change I had to make for the build. This:

Code: Select all

$ make
should now be this:

Code: Select all

$ make CC=clang
because clang is now the default compiler (vice gcc) starting with FreeBSD 10.

I could have `pkg install`ed gcc first, then built newlisp, but hey I didn't really need gcc anyway; so why bother. :)
(λx. x x) (λx. x x)

Locked