in reply to Embedding perl in C

Turbo C isn't supported.

If you're targetting DOS, you must try DJGPP. If you're targeting making Borland build, then closest is BorlandC++ 5.0, free compiler.

In any way, your Perl and C program must belong to same platform

As a general rule (with quite small number of exceptions, when explicitly stated) Perl should be built with same compiler as your C library.

As a final remark, you're brave struggling with Turbo C, not afraiding of monsters that will be appearing everywhere. Uuuu!
Good luck to you!

Replies are listed 'Best First'.
Re^2: Embedding perl in C
by tilly (Archbishop) on Aug 23, 2004 at 15:48 UTC
    And if he just wants to play around, he may be best off downloading cygwin and using gcc.
Re^2: Embedding perl in C
by Poetic Justice (Monk) on Aug 25, 2004 at 03:12 UTC
    You can also go to http://www.borland.com/products/downloads/download_cbuilderx.html and download the personal version of CBuilderX. I would more strongly suggest downloading cygwin at http://www.cygwin.com/. You can use gcc in unix-like environment on a Windows system.
    Best of luck.