Hi
We are having trouble converting some perl code (5.8.8) using Inline C to use Inline CPP . We want to move an application running on a linux Fedora Core 6 (Test 2) (on a Pentium 4 platform) to an AMD64 platform, and have recompiled using g++. All was good until we came to the Inline C code.

We changed the MakeMaker config to use Inline::CPP (version 0.25) and use the g++ compiler.


We changed our source file to use the cpp extension.
line 46: use Inline CPP => "NM2Inline.cpp"

We can compile our source code into the object module we need for the library, but the install fails.

The output shows
.
.
/usr/bin/perl -Mblib -MInline=_INSTALL -MNM2Inline -e1 1.11 blib/arch

Invalid attempt to install an Inline module using the 'CPP' language

Only C based modules are currently supported

at  ....../......... /NM2Inline.pm  line 46


What do we look at to convince inline to support install of C++ modules?
We manage to convince inline to compile for c++  but it won't install.

Any help to point us in the right direction will be appreciated.

Eric Mesdag
International Datacasting Corporation




Reply via email to