Just a question, I want to copy my script used Inline to C:\Program
Files\Xiao\bin. But I know it will lead to gcc error like this:
gcc -c  -IC:/Program Files/xiao/bin     -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_S
ITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -D
PERL_MSVCRT_READFIX -s -O2        -DVERSION=\"0.00\"    -DXS_VERSION=\"0.00\"  "
-IC:\strawberry\perl\lib\CORE"   test_pl_43c3.c
gcc: Files/xiao/bin: No such file or directory
dmake:  Error code 129, while making 'test_pl_43c3.o'
dmake:  'test_pl_43c3.o' removed.


Is there a way to solve or workaround it?

Reply via email to