Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Still More Inline Problems

by Madams (Pilgrim)
on Nov 21, 2002 at 22:24 UTC ( [id://214939]=note: print w/replies, xml ) Need Help??


in reply to Still More Inline Problems

libgin.a is not an actual "library" nor is it "relocateable" in the sense that the library loader ld.so (which is a "relocateable library" itself) needs. I am not sure if Inline can use an "uncompiled/unlinked" library archive (eg: libxxx.a). It may be that Inline can use a nonrelocateable object (eg: libxxx.o) that it can "manually" link into. However I'm mostly sure what you need to do in this instance is actually compile libgin.a into a dynamic library (a .dll in MS land and a .so in un*x land). Then Inline should be able to access it.

Good luck and I hope this was both informative and correct. Someone will hopefully speak up if I've borked it.
_________________
madams@scc.net
(__) (\/) /-------\/ / | 666 || * ||----||

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://214939]
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: (5)
As of 2024-04-24 22:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found