Re: Compiling for FreeBSD

al davis <[email protected]> Tue, 4 Apr 2017 19:06:30 -0400
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
On Mon, 3 Apr 2017 11:30:58 -0600
alan somers <[email protected]> wrote:
> > In lib/Make1 .. try moving globals.cc to last in the list, which for
> > your linker will really put it first.  
> 
> Yep, that fixed it.
> 
> >
> > If you can think of a portable way to deal with this, let me know.  
> 
> No idea.

Actually, it should still work even in the wrong order, aside from the
error message.  Can you verify that?