- Code: Select all
$ /usr/src/oss/configure --enable-libsalsa=YES
/usr/src/oss/configure: Unrecognized command line option --enable-libsalsa=YES
Permitted command line arguments are:
--enable-libsalsa=YES|NO - Enable/Disable libsalsa.
--target=uclinux-blackfin - Configure for uClinux/Blackfin target (EXPERIMENTAL)
--regparm - Configure for CONFIG_REGPARM kernels
--no-regparm - Configure for kernels without CONFIG_REGPARM option.
NOTE! --regparm/--no-regparm is normally detected
automatically and these switches should NOT be used.
--config-vmix=NO|FLOAT|FIXEDPOINT - Configure vmix to use float/int arithmetic or disable it.
(Check possible limitations caused by the OS or the CPU/arch).
--config-midi=NO|YES - Enable/disable MIDI support.
--only-drv=[list] - Only compile the drivers named in the comma delimited list.
--enable-timings - Enable internal timings (for the readtimings utility).
--portable-build - Produce portable binaries for generic CPU architecture.
Either error message requires changing to:
or an option of:--enable-libsalsa=NO - Disable libsalsa.
needs to be added to the configure script."--enable-libsalsa=YES")
