perlXStut

From: Ketema (ketema_at_gmail.com)
Date: 09/24/04


Date: 24 Sep 2004 13:24:32 -0700

I am attempting to go through the perlXStut and I can't complete the
make process. My system is WinXP. I have Visual Studio.Net 2003
installed, so I am using nmake, as also confirmed by perl -V:make. My
perl is Activestate v5.8.4.
My perl -V:libc is msvcrt.lib.

After having a buch of files missing I finally figured out to add
"c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\bin","c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include" and "c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\lib" in my perl inc path. The files I am trying to create is
right out of perlXStut: Mytest. The error I am getting is:

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

        link -out:blib\arch\auto\Mytest\Mytest.dll -dll -nologo
-nodefaultlib -d
ebug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86
Mytest.obj C:\Per
l\lib\CORE\perl58.lib oldnames.lib kernel32.lib user32.lib gdi32.lib
winspool.li
b comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
netapi32.lib uu
id.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib
odbccp32.lib msvcrt
.lib -def:Mytest.def
   Creating library blib\arch\auto\Mytest\Mytest.lib and object
blib\arch\auto\M
ytest\Mytest.exp
LINK : fatal error LNK2023: bad dll or entry point 'msobj71.dll'
NMAKE : fatal error U1077: 'link' : return code '0x7e7'
Stop.

What can I do to solve this, or is there another way to create to
object file?(which is what my intepretation of the failure is"

Thanks
Ketema



Relevant Pages

  • Same problem building several modules on XP using Visual Studio .NET
    ... of this problem can be useful for several Windows Perl coders, ... I wanted to upgrade Tk (and install several new modules) on my system and I ... Typing mspdb71.dll from the command prompt (from another folder) invokes the ...
    (comp.lang.perl.misc)
  • Developing - a basic question
    ... I found a JRE available for java apps and stuff, which I know java a bit better now than other tools but I had a few basic questions so I can ... Can visual studio 2002 be used to develop on the pocket PC? ... I saw Java and Perl so far. ... I noticed there aren't any command line tools except some pretty expensive ones out there. ...
    (microsoft.public.pocketpc.developer)
  • Re: perlXStut
    ... > perl is Activestate v5.8.4. ... If you want to use Visual Studio .NET as your compiler you should build ... Alternatively, if you want to stick with ActiveState-built perl, then ...
    (comp.lang.perl.misc)
  • Re: Problem when using NMAKE to build Perl on Windows
    ... I don't think anyone has managed to build perl using that compiler - I haven't checked for a while, so please let me know if you discover that's not so. ... Building perl is a fairly straightforward procedure using Visual Studio 6.0, ... I know activestate uses the freely available Windows Server 2003 R2 Platform SDK compiler for their 64-bit build of ActivePerl. ...
    (comp.lang.perl.misc)
  • RE: [Info-ingres] Building DBD::Ingres for ActiveState Perl
    ... > It is possible to build the DBI using Active State's perl - however I ... > After testing and installing DBI I did the following within the ... > - nmake test ...
    (comp.databases.ingres)