Re: Building on OpenBSD
Jeff Hungerford <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 26, 2016 at 11:17:04AM +1100, Chris Angelico wrote: > Seems there's some sort of issue with the Builtins name/module. Anyone > built an 8.x Pike on BSD? I've been using Pike 8 on FreeBSD/amd64. It works well (with machine code enabled), but the java and gssapi modules tend to result in a non-working build if I leave them enabled. I normally use gmake, and the following options: --without-java --without-gssapi --with-machine-code -Jeff