----- Original Message ----- From: "Yimeng Dou" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 6:24 AM Subject: RE: Simple Inline C Problem.
> Hi, > > I tried perl -V:make, it returns make='nmake'; > My OS is Win2k. > I'm not sure what's the optlink stuff... > > Thanks, > > Yimeng > A google search for "OPTLINK (R) for Win32 Release" turned up a few things. Apparently there is such a thing as a Symantec linker and, it seems, this linker is being called upon instead of the msvc++ linker. I could find nothing on the Symantec site (though I didn't look very hard). "Digital Mars" was also mentioned in one of the posts turned up by the google search. I think you'll have to find this linker on your system and disable it, so that the Microsoft linker can do its work. Cheers, Rob
