bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Compile latest version under Windows


From: Holger
Subject: Re: [Bug-gnubg] Compile latest version under Windows
Date: Tue, 26 Nov 2002 17:24:29 +0100 (MET)

Jim Segrave wrote:
> On Tue 26 Nov 2002 (16:37 +0100), Holger wrote:
> > Hi,
> > 
> > I'm having problems compiling the CVS version. It fails with:
> > 
> > eval.o(.text+0x89d):eval.c: undefined reference to `BearoffInitBuiltin'
> > 
> > I do have bearoff.c and .o in SOURCES and OBJS in Makefile,
> respectively. It
> > seems that there is no function definition in bearoff.c, only the
> > declaraction in bearoff.h.
> > 
> Does your makefile include br1.c in COMMON_SOURCES? That's where the
> function is defined. 

I don't have the file. I think the ./configure procedure doesn't work well
on Windows. I've heard, though, that a few people have had success. And I
think Nardy is trying this with MinGW and MSYS.

> If br1.c doesn't exist, it is constructed by doing:
> 
> br1.c:  makebearoff makebearoff1
>     if [ ! -f br1.c ]; then \
>        ./makebearoff -o 6 -s 7999999 | ./makebearoff1 -o br1.c; \
>     fi
> 
> Try running makebearoff -o 6 -s 7999999 | makebearoff1 -o br1.c
> and seeing if you get a reasonable looking br1.c, including the
> missing function.

Ok. Unfortunately, I still don't know that much about Makefiles. But I'll
try to make up one that works for me.

Regards,

Holger

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]