Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Re: Compiling Tk::PNG on win32 (complications, more c/xs than perl)

by Courage (Parson)
on Jul 15, 2002 at 10:49 UTC ( [id://181740]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Compiling Tk::PNG on win32 (complications, more c/xs than perl)
in thread Compiling Tk::PNG on win32 (complications, more c/xs than perl)

Here is one of my diff files to gain similar things:
--- D:\WORK\PerlCompile\perl-5.6.1-x\compile-extensions\XML-Parser-2.3 +0\xxx\Makefile.PL Thu Apr 19 22:01:23 2001 +++ Makefile.PL Thu Apr 19 21:50:10 2001 @@ -24,7 +24,7 @@ WriteMakefile( NAME => 'XML::Parser::Expat', C => ['Expat.c'], - LIBS => $libs, + LIBS => "-L$Config{libpth} -L$Config{libpth}\\Relea +se vcl.lib $libs", XSPROTOARG => '-noprototypes', VERSION_FROM => 'Expat.pm', @extras
So add/edit Makefile.PL in a similar way.

Courage, the Cowardly Dog.

  • Comment on Re: Re: Re: Compiling Tk::PNG on win32 (complications, more c/xs than perl)
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://181740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-20 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found