in reply to Embedding perl in C
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 | |
|
Re^2: Embedding perl in C
by Poetic Justice (Monk) on Aug 25, 2004 at 03:12 UTC |