**_I success_** **_The whole process is:_**
# aptitude install musl
# aptitude install musl-dev
# aptitude install musl-tools
$ git clone https://github.com/kaushalmodi/hello_musl
$ cp /home/zhouhm/hello_musl/pcre8.42/include/pcre.h /home/zhouhm
$nim --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --passL:-static
--passL:"/home/zhouhm/hello_musl/pcre-8.42/.libs/libpcre.a" -d:release
--opt:size -d:usePcreHeader c osc.nim
Run**_perfect!!!_**
