I am using backticks to access MSDos (on winnt) to call
the Visual C++ compiler. Something like
$msg=`cl -c myprog.c`.
This fails with
message : Program too big to fit in memory.
If I do my command directly on MSDos command line it
works fine. I have tried everything under the sun to
fix this. ( I do the call from perl because it is easiest
to construct the compiler switches etc using perl ).
Any help or ideas would be hugely appreciated ...