chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] testing release candidate for 4.0.0


From: John Cowan
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Fri, 27 Mar 2009 10:18:39 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

felix winkelmann scripsit:

> > link -nologo -dll -implib:libchicken.lib \
> >          -out:libchicken.dll library.obj eval.obj data-structures.obj
> > ports.obj files.obj extras.obj lolevel.obj utils.obj tcp.obj
> > srfi-1.obj srfi-4.obj srfi-13.obj srfi-14.obj srfi-18.obj srfi-69.obj
> > posixwin.obj regex.obj scheduler.obj profiler.obj stub.obj expand.obj
> > chicken-syntax.obj runtime.obj ws2_32.lib advapi32.lib
> > link: invalid option -- n
> > Try `link --help' for more information.
> 
> That's the GNU linker, not the msvc linker, I think.

It's neither: the GNU linker is called 'ld'.  It's the GNU coreutils
program 'link', which exposes the link() system call directly.  So $PATH
is screwed up, most likely.

-- 
John Cowan                              address@hidden
            http://www.ccil.org/~cowan
Humpty Dump Dublin squeaks through his norse
                Humpty Dump Dublin hath a horrible vorse
But for all his kinks English / And his irismanx brogues
                Humpty Dump Dublin's grandada of all rogues.  --Cousin James




reply via email to

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