Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Win32 @INC behavior

by jimbojones (Friar)
on Nov 16, 2005 at 18:06 UTC ( [id://509133]=note: print w/replies, xml ) Need Help??


in reply to Re: Win32 @INC behavior
in thread Win32 @INC behavior

As a follow-up:

The relevant parts of the .c code appear to be in win32.c

char *win32_get_sitelib(const char *pl) { return win32_get_xlib(pl, "sitelib", "site"); } static char *win32_get_xlib(const char *pl, const char *xlib, const ch +ar *libname) { .... sprintf(pathstr, "%s/lib", libname); (void)get_emd_part(&sv2, pathstr, ARCHNAME, "bin", pl, Nullch); /* JJ -- get_emd_part strips 'bin' if possible from the path to the .dll (found in get_emd_part by calling set_w32_module_name(); ) and then adds 'site/lib' to that path */ ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-18 04:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found