libs4cdo compile error
Added by Vladimir Vovo almost 12 years ago
Hello. I try to compile libs4cdo 0.0.10 package:
make config all install PREFIX=/home/vovo/work/programs/cdo
And get error:
Start configuring zlib-1.2.3:
unknown option: --with-pic
./configure --help for help
I didnt find answers on this forum. What did i make wrong?
config.log (24.8 KB) config.log |
Replies (1)
RE: libs4cdo compile error - Added by Ralf Mueller almost 12 years ago
you're on an 64bit ubuntu system, so you dont need to compile zlib, use your the system package (which should already be installed). To compile the libraries, you better use
make libs4cdo PREFIX=/home/vovo/work/programs/cdo
Have you tested the cdo package which comes with ubuntu ? It might fit your needs without manual compilation.