dbp has asked for the wisdom of the Perl Monks concerning the following question:
I compiled somecode.{h,c} myself using gcc and everything worked fine. But I need somecode.{h,c} to be compiled on the user's system when she runs make to build the module (I can't just send some object code along if I am to have any hope of portability). How would I go about configuring this or any ideas of where to look for such info?use Inline C => 'DATA', LIBS = > '-lalib -lanotherlib', MYEXTLIB = > 'inc/somecode.o';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module distribution and Inline::C
by joe++ (Friar) on Sep 24, 2002 at 10:13 UTC | |
by dbp (Pilgrim) on Sep 24, 2002 at 14:06 UTC | |
|
Re: Module distribution and Inline::C
by dbp (Pilgrim) on Sep 24, 2002 at 07:14 UTC | |
|
Re: Module distribution and Inline::C
by dbp (Pilgrim) on Sep 25, 2002 at 08:03 UTC | |
by diotalevi (Canon) on Sep 25, 2002 at 12:44 UTC |