building XFree86 from cvs

Alexander Gottwald alexander.gottwald@informatik.tu-chemnitz.de
Tue Aug 20 08:13:00 GMT 2002


On 18 Aug 2002, Michael D. Harnois wrote:

> make[4]: *** No rule to make target `lndir.exe.o', needed by `lndir.exe'.
> gcc -O2 -fno-strength-reduce -Wall -Wpointer-arith     -I../.. -I../../exports/i

The Imakefile is broken: 
#if HasSymLinks
#if CrossCompiling
LNDIR_PROG = HostProgramTargetName(lndir)
#else
LNDIR_PROG = ProgramTargetName(lndir)
#endif
#endif
...
#if HasSymLinks
#if CrossCompiling
SimpleHostProgramTarget_2(lndir)
#else
AllTarget($(LNDIR_PROG))
SimpleProgramTarget_2($(LNDIR_PROG))
#endif
#endif

So you see, it substitutes SimpleProgramTarget_2(lndir.exe) which is wrong.
This should bo SimpleProgramTarget_2(lndir).

bye
	ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list