Re: Pike on OpenBSD
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmr-r+LGJfk4qG=Wmdnp+9ckesjj7S+k1aC3o6KbOVP53w@mail.gmail.com> |
On Tue, Jan 3, 2017 at 9:18 AM, Bernd Schoeller <[email protected]> wrote: > The output of running gmake here: > > https://www.fams.de/bernte/gmake-out.txt > > It currently looks all sound to me: making modules, then compiling and > linking tpike, then making post_modules. I do not see a try to build 'pike'. > I don't see any failures, just warning by the compiler. Does your make build in parallel by default? If there's an odd dependency problem somewhere, it could be revealed by an out-of-order build. Try adding -j1 to the make command and see if it's any different. ChrisA