bug-coreutils
[Top][All Lists]
Advanced

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

Re: make error


From: Brian Dessent
Subject: Re: make error
Date: Fri, 03 Mar 2006 19:52:16 -0800

Paul Eggert wrote:

> > LINK.EXE /subsystem:console /DLL  /nologo /base:"0x4ad00000" /NOENTRY
> > /IMPLIB:ic
> > udt.lib /out:icudt34.dll stubdata.o
> > LINK: extra operand `/nologo'
> > Try `LINK --help' for more information.
> > make[1]: *** [icudt34.dll] Error 1
> > make[1]: Leaving directory `/cygdrive/c/icu/source/stubdata'
> 
> I don't see the connection between this and coreutils; perhaps you
> should be asking on a Cygwin mailing list rather than on
> bug-coreutils?

It seems like he's using some kind of Makefile that expects to call
LINK.EXE (the Microsoft linker) to do linking, but instead it is trying
to invoke /bin/link from coreutils.  In that case it's a problem with
his Makefile and/or his PATH and/or his environment, but has nothing to
do with Cygwin or coreutils.

Brian




reply via email to

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