in reply to Re: Re: Inline::C better than XS?
in thread Inline::C better than XS?
If foo.c contains a "main" function you will likely run into linker problems... You may want to abstract out some of the functionaly of the foo.c into its own library -- this will give you the greatest flexibility.
--JAS