I have developed a Tool for managing my driver using nim/ui. There two options 
below which i used to compile my tool on linux.

1\. nim c --cc:gcc --threads:on driver.nim

2\. nim c --threads:on driver.nim

option 2 works but option 1 doesnt compile the libui library.

Its strange anyways gcc will be chossen as default compiler. Where does 
specifying it explicitly goes wrong? 

Reply via email to