Re: ExtUtils::Embed and C++

2004-05-29 Thread Nicholas Clark
On Sat, May 29, 2004 at 06:23:30PM -0300, SilvioCVdeAlmeida wrote: > The error is as follows: > > In file included from /usr/include/math.h:109, > from > /usr/local/lib/perl5/5.8.3/i686-linux-thread-multi-64int-ld/CORE/perl.h:2839, > from persistent.c:3: > /usr/l

ExtUtils::Embed and C++

2004-05-29 Thread SilvioCVdeAlmeida
Hello, I'm starting a project where a C++ library would have to instatiate a pesistent Perl interpreter. I found an error that's easily reproductible by trying the example "Persistent Interpreter" from perldoc perlembed, but compiling it with g++ intead of gcc. The error is as follows: In file