Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Embedding perl in C.

by perlmonkey (Hermit)
on Jul 30, 2001 at 22:41 UTC ( [id://100918]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Embedding perl in C.
in thread Embedding perl in C.

The options should be the same that your perl binary was complied with. Those options should be saved in the Config module.

Read the perlembed manpage.

You can use ExtUtils::Embed module to get at these options easier. This is in the above manpage:
cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`

Log In?
Username:
Password:

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

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

    No recent polls found