I just discovered NIM doesn't append a file extension to my library. -l linker argument gives linker name by omitting lib prefix and so extension. These are append automatically and linker will search lib names by matching it to result of mentioned operations.
How to force nimc to generate file with .so extension?
