Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: Avoid headaches from Strawberry Perl 5.10.0 and binary SVK

by xdg (Monsignor)
on Jan 09, 2008 at 19:18 UTC ( [id://661464]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Avoid headaches from Strawberry Perl 5.10.0 and binary SVK
in thread Avoid headaches from Strawberry Perl 5.10.0 and binary SVK

No idea. I didn't write it. Maybe someone thought it would help in finding the DLL? (Superstition, I think.) Certainly, my hack of renaming and stripping all the PATH munging out seems to be working just fine.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • Comment on Re^4: Avoid headaches from Strawberry Perl 5.10.0 and binary SVK

Replies are listed 'Best First'.
Re^5: Avoid headaches from Strawberry Perl 5.10.0 and binary SVK
by BrowserUk (Patriarch) on Jan 09, 2008 at 20:03 UTC
    Maybe someone thought it would help in finding the DLL? (Superstition, I think.)

    You're probably right. Unfortunately there are lots of these "belt and braces" superstitions floating around in the Win32 Perl distributions, makefiles etc.

    There have been several variations in the DLL search path ordering over the years, and they recently added a new one, but in all cases, the first place looked at is the directory from which the executable requiring the DLL, was loaded. That has remained constant. That's another reason it would make sense to place the dlls created by compiled XS packages into the <perl>/bin directory.

    And these bat file wrappers create far more problems than they solve. I never use them personally. I just do not consider the single advantage they have to be worth all the other problems they create.

    I've had a couple of attempts over the years to see what if any of this cruft could be eliminated. But the reasons why things were done these ways is lost in the annals of history and so you can never be sure that if you remove/change something that you won't be breaking some obscure dependancy for someone, somewhere. And with backward compatibility given such a high priority...


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found