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:57:58 +0100

Ok, you need coreutils, but without link - for cat. Possibly you just need cat?

So far so good, now it dies at:

link -nologo  chicken-bug.obj -out:chicken-bug.exe \
          libchicken-static.lib ws2_32.lib advapi32.lib
cc    -c -o chicken.import.o chicken.import.c
process_begin: CreateProcess(NULL, cc -c -o chicken.import.o
chicken.import.c, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [chicken.import.o] Error 2
make[1]: Leaving directory `D:/software/Dev/Chicken/chicken-4.0.0'
make: *** [all] Error 2

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]