in reply to Re^2: Embedding perl in C
in thread Embedding perl in C
This is only a guess but you should probably get a newer or different c compiler. Did you compile perl with that compiler? You'd better use the same compiler (or a very similar one) and the same c library (but that comes with borland C) to compile perl and to compile this program, or you'll have compatibility problems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Embedding perl in C
by Grygonos (Chaplain) on Aug 23, 2004 at 13:17 UTC | |
by ambrus (Abbot) on Aug 23, 2004 at 17:20 UTC |