Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Inline::C with multiple *.c

by gri6507 (Deacon)
on Aug 24, 2012 at 12:35 UTC ( [id://989515]=note: print w/replies, xml ) Need Help??


in reply to Re: Inline::C with multiple *.c
in thread Inline::C with multiple *.c

Thanks, your syntax does seem much cleaner and more intuitive.

However, I just stumbled across another odd problem. I just changed my b.c so that it calls a function from a.c. Since a.c is built first, it generates a DLL (I'm doing this on Windows under Strawberry Perl). Next, when building b.c, it has to be linked against the first DLL. But I can't specify that in the config section above because it's common to all Inline::C files and clearly that DLL does not yet exist when compiling/linking a.c.

Any suggestions?

Replies are listed 'Best First'.
Re^3: Inline::C with multiple *.c
by Anonymous Monk on Aug 24, 2012 at 13:16 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-03-28 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found