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: Leonardo Valeri Manera
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Fri, 27 Mar 2009 15:23:03 +0100

That's likely. The README mentions "GNU make and other POSIX
utilities" and I just added the whole of GnuWin32 to the PATH.

In that case, I have a couple of questions:

1) Exactly which "POSIX Utilities" are necessary?

2) Does it really need forward-slashes for PREFIX?

Leo



2009/3/27 John Cowan <address@hidden>:
> 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]