syphilis has asked for the wisdom of the Perl Monks concerning the following question:
and I wonder how that command can be modified to work in the windows cmd.exe shell.cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`
Is there a way to structure the command so that it works in the cmd.exe shell ?C:\_32>gcc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldo +pts` gcc: error: `perl: No such file or directory gcc: error: unrecognized command line option '-MExtUtils::Embed'
|
|---|