Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: RFC: Setting up a minGW compiling envronment for Perl 5.10

by Bloodrage (Monk)
on Mar 02, 2008 at 20:37 UTC ( [id://671533]=note: print w/replies, xml ) Need Help??


in reply to Re: RFC: Setting up a minGW compiling envronment for Perl 5.10
in thread RFC: Setting up a minGW compiling envronment for Perl 5.10

First I'll quickly cover generating my Makefile. When I do exactly as you instructed I get this output for generating my Makefile:

Including ApiDoc pod... Deleting Glib::Object::_LazyLoader from doc.pl's $data Deleting Glib from doc.pl's $data Writing build/IFiles.pm Note (probably harmless): No library found for -lgobject-2.0 Note (probably harmless): No library found for -lglib-2.0 Note (probably harmless): No library found for -lintl Note (probably harmless): No library found for -lgthread-2.0 Writing Makefile for Glib

...but when I use CPAN to generate the makefile, which explicitly passes a more complete set of include and lib paths to Makefile.PL (because of the program I've mentioned earlier) I get this output:

Including ApiDoc pod... Deleting Glib::Object::_LazyLoader from doc.pl's $data Deleting Glib from doc.pl's $data Writing build/IFiles.pm Checking if your kit is complete... Looks good Writing Makefile for Glib

Which has none of the "No library found" warnings. So I'll continue with the CPAN generated Makefile.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found