| My day job is selling IBM mainframe computers, which these days usually ship
with Linux running on one of the engines, an Integrated Facility for Linux
or IFL. I'm trying to learn a bit about what I sell, so I obtained a login
to an IBM development system. I have a Linux instance up and running. I've
been able to install scons, and built a custom.py file to build on the
platform. But it's failing with a missing sndfile. I have
libsndfile-1.0.20-5.el6.s390x and scons scons-2.1.0-2.fc17.noarch.rpm
installed.
Here's the scons output:
[root@l003008 csound5]# scons
scons: Reading SConscript files ...
C S O U N D 5
SCons build file for Csound 5:
API library, plugin opcodes, utilities, and front ends.
...
System platform is 'linux'.
Using options from 'custom.py.'
scons: warning: The Options class is deprecated; use the Variables class
instead.
File "/root/csound5/SConstruct", line 346, in
Build platform is 'linux'.
SCons tools on this platform: ['default', 'gnulink', 'gcc', 'g++',
'gfortran', 'gas', 'ar', 'filesystem', 'm4', 'lex', 'yacc', 'rpcgen',
'swig', 'jar', 'javac', 'rmic', 'dvipdf', 'gs', 'tar', 'zip', 'rpm', 'CVS',
'RCS']
Checking for C header file libintl.h... yes
CONFIGURATION DECISION: Using GNU gettext scheme
CONFIGURATION DECISION: Using single-precision floating point for audio
samples.
Checking for C header file stdio.h... yes
Checking for C library sndfile... no
The sndfile library is required to build Csound 5.
[root@l003008 csound5]#
I am newer than new at this, so if anyone has advice, I'd appreciate it. My
goal is to build and make available the Csound5 in s390x for other's to
deploy on their own private mainframes.
Prent Rodgers
|