link /lib
everything is fine?Well, How about removing that
/nologo
you have before /lib
. Better now?
And yes, I agree, whoever designed the MS linker to be this mind-numbingly picky about its option order should get a well deserved pie in face:E:\WinDDK\7600.16385.0>link /lib /nologo E:\WinDDK\7600.16385.0>link /nologo /lib LINK : warning LNK4044: unrecognized option '/lib'; ignored LINK : warning LNK4001: no object files specified; libraries used LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 LINK : fatal error LNK1561: entry point must be defined E:\WinDDK\7600.16385.0>
No comments:
Post a Comment