The problem was that after adding export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/krasouli/antlr/lib...
I solved the issue by adding antlr2 to the library: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/krasouli/antlr/lib...
I added the library by suing export LD_LIBRARY_PATH=/home/krasouli/antlr2/lib:$LD_LIBRARY_PATH...
It looks like configure:19106: antlr library was not found, disabling ncap2 build....
This file contains any messages produced by compilers while running configure, to...
I intalled antlr2 and rebulit NCO using ./configure --prefix=$HOME/nco --enable-netcdf4...
Thanks Charlie for your advise. I installed ANTLR4 in a local directory as following:...
Hi there, I have installed NCO 4.5.6 alph2 in my local directory from the source....