in reply to Re^2: Devel::CheckLib problem
in thread Devel::CheckLib problem
I'd try replacing $Config{cc} = "$^X $Config{cc}"; with $Config{cc} = $^X . ' ' . $Config{cc};.
That's based on nothing more than guesswork as I didn't actually download the whole package, just the .pm file. (You'd already said most of the tests failed:)
I'm fascinated by the /blib thing. Does it work if you load some other inconsequential module; say bytes or less or maybe just strict?
I've got this niggle in the back of my head. Something about adding coderefs to @INC or %INC, I forget the dtails. Maybe putting something (anything) in those stops some too-clever-by-half piece of code getting invoked?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Devel::CheckLib problem
by syphilis (Archbishop) on Dec 10, 2010 at 02:06 UTC |