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 [email protected] 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
