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


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to