Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Mandriva and C++

by Steve_p (Priest)
on Jul 25, 2007 at 13:41 UTC ( [id://628682]=note: print w/replies, xml ) Need Help??


in reply to Mandriva and C++

There was an idea around for quite a while that Perl could compile with a real C++ compile (VC++ doesn't count, more on this in a moment) for quite some time. However, we were quite wrong. After some heavy lifting, we do have Perl compiling with various C++ compilers, such as g++, Sun CC, HP-UX aCC, and Intel icpc. 5.10.0 and 5.8.9 should have these fixes.

The illusion that we could compile with C++ compilers was pertetuated by compilers such as VC++, Borland C++, and Intel C++. The problem is that these compilers drop into C mode if a file has a .c extension.


Test your modules with bleadperl!

  rsync -avz rsync://public.activestate.com/perl-current/ .
  ./Configure -des -Dusedevel -Dprefix=/path/to/test/perl
  make test
  make install

Now, please test you modules! If you have test failures that don't happen with Perl 5.8.8, send a simplified test case to

perlbug at perl.org

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found