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: felix winkelmann
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Fri, 27 Mar 2009 15:04:40 +0100

2009/3/27 Leonardo Valeri Manera <address@hidden>:
> Ok, admittedly its been ages since I've used MSVC on the commandline, but:
>
> make PLATFORM=msvc PREFIX=<blah> ===>
>
> (eventually)
>
> 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.
> make[1]: *** [libchicken.dll] Error 1
> make[1]: Leaving directory `D:/software/Dev/Chicken/chicken-4.0.0'
> make: *** [all] Error 2
>
> MSVC2k8, gnuwin32 make/utils.
>

That's the GNU linker, not the msvc linker, I think.


cheers,
felix




reply via email to

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