Re: Building on OpenBSD
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmo2Gh0GheKTstGBKjR72CYhWbRKtMuD7jji3v8K8XBLqg@mail.gmail.com> |
On Wed, Jan 27, 2016 at 10:40 AM, Jeff Hungerford <[email protected]> wrote: > 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 I couldn't get that to build either, so I went for an alternative technique: Since 7.8.866 works fine, use that to bootstrap 8.1 from git. Needed to pkg_add git, bison, and autoconf, and for some reason had to 'export AUTOCONF_VERSION=2.69', but now it's stuck complaining that it wants -fPIC, and I'm not sure why setting CFLAGS isn't working. ChrisA