Hello Sergio, I haven't tried to build Csound. To try to figure out why it can't open its own libraries it might help to try running:
ldd Csound And to try running Csound with the ld.so.1 LD_DEBUG environment variable (described in man ld.so.1): export LD_DEBUG=files Csound >ld_debug_files.out 2>&1 Regards, Mark PS This is probably unrelated, but not enough information to know: There was a problem with the old libtool in SFE gcc 4.2.3 where -rpath /usr/gnu/lib was dropped by libtool during the build of libstdc++.so. I patched that yesterday. SFE is described at: http://pkgbuild.sourceforge.net/spec-files-extra/ This message posted from opensolaris.org
