perl - How's DynaLoader's c library loaded? -



perl - How's DynaLoader's c library loaded? -

we know module's function dynamically load c libraries perl code .

but how's own c library loaded perl in first place?

i justice should have own c library because don't find function dl_load_file right within dynaloader.pm,so must in c library...

dynaloader statically linked perl (managed configure), available. wouldn't work if had available load itself.

the source dynloader @ /ext/dynaloader/ in perl distribution, contains number of different implementations of dl_load_file various architectures on perl might run.

so yes, dl_load_file in library, ends within perl when perl gets built.

perl

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -