2009/3/27 Leonardo Valeri Manera <[email protected]>:
> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to