Stefan,

All my compilers are supported, and in fact I missed exe from -gcc.cpp.exe 
because I thought that it's reffering to Windows OS, but after adding it:

sebastian@linux-98w3:~> nim 
--gcc.cpp.exe:~/compilers/bin/x86_64-anywhere-linux-gnu-g++ cpp ./jsparser.nim

The compilation starts but fails somewhere after listing nim packages with:

Error: execution of an external compiler program 
''~/compilers/bin/x86_64-anywhere-linux-gnu-g++' -c -w -w -fpermissive 
-I/home/sebastian/nim/lib -I/home/sebastian -o 
/home/sebastian/.cache/nim/jsparser_d/stdlib_assertions.cpp.o 
/home/sebastian/.cache/nim/jsparser_d/stdlib_assertions.cpp' failed with exit 
code: 127

/bin/sh: ~/compilers/bin/x86_64-anywhere-linux-gnu-g++: No such file or 
directory|   
---|---  
  
But the file exist, and works.I've added ~/compilers/bin folder to my $PATH but 
nothing happened.

Reply via email to