Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BINDIR loop
- To: crossfire (at) ifi.uio.no,
- Subject: Re: BINDIR loop
- From: "Rupert G. Goldie" <>
- Date: Wed, 9 Mar 1994 10:19:35 +1000
> Problem in the Imakefile in ./server. We kept getting an error message
> about loop detected. In the other Makefiles BINDIR was /usr/bin/X11,
> but in server it was BINDIR = ${C_BINDIR} which was the loop...
> (Maybe it's (C_BINDIR), you get the idea. :)
>
> (We could have caused this, but maybe someone more knowledgable in Imakefiles
> can check it...
>
>
I have had this problem as well. The quick fix is to make sure that you
#define CBinDir in crosssite.def to your bin directory. The Imakefile probably
needs to be fixed properly, but I haven't looked into that yet.
Rupert