cdo installing on solaris 10
Added by Volker Tiller about 13 years ago
After installing cdo 1.5.3
$ cdo
delivers
Segmentierungsfehler - Speicherabbild 'core' geschrieben
und
$ pstack core
delivers
core 'core' of 10287: cdo
0807a3c5 main () + 65
How to get a working installation ?
Installation of cdo 1.5.2 shows same error.
Installation of cdo 1.0.7 works successful.
Replies (4)
RE: cdo installing on solaris 10 - Added by Ralf Mueller about 13 years ago
Please provide the config.log file from the installation.
RE: cdo installing on solaris 10 - Added by Volker Tiller about 13 years ago
here it is, thank you for your attention.
config.log (62.5 KB) config.log | cdo-1.5.3/config.log |
RE: cdo installing on solaris 10 - Added by Ralf Mueller about 13 years ago
I'm not a solaris expert and unfortunately, I removed my virtual Solaris10 an few days ago. So Tthw following is just guessing:
- CC=/usr/bin/cc looks good, but
- the linker
ld
is taken from/usr/ccs/bin/ld
AND - ld uses some search-path relative to /opt/SUNWspro/prod/bin/
- compiler a somewhat old:
cc: Sun C 5.9 SunOS_i386 2007/05/03
, Using more recent C/C++ development system might help, see here
This compiler/linker setup look weird to me. The fact, that you can compile, but not run, is another indication to this. You C-runtime environment is mixed up. Compiling CDO with Sun-Compiler under Linux works.
RE: cdo installing on solaris 10 - Added by Volker Tiller almost 13 years ago
Thank you. Instead of updating Solaris I moved to Linux. Now CDO 1.5.1 works fine, after installing it from a package of Canonical.