This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building XFree86 from cvs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]