[Çözüldü] kaynak koddan 'alsa plugins' kurmak

Başlatan pilock, 20 Haziran 2012 - 19:17:39

« önceki - sonraki »

0 Üyeler ve 4 Ziyaretçi konuyu incelemekte.

pilock

buradaki (ftp://ftp.alsa-project.org/pub/plugins/) alsa plugins'in son sürümünü indirdim.
yani şunu: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-1.0.25.tar.bz2
bu paketi depolarda bulamadım. '.deb' paketini de bulamadım ki sanırım kaynak kodu oluyor bu. denildiği sırasıyla './configure', 'make' ve 'make install' komutlarını uygulamam gerekiyor.
./configure'dan sonra bu:
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
./configure: line 18727: CC_NOUNDEFINED: command not found
checking for pkg-config... no
checking for ALSA... configure: error: in `/home/hasan/Masaüstü/alsa-plugins-1.0.25':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables ALSA_CFLAGS
and ALSA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
See `config.log' for more details


make'den sonra da bu satırla karşılaştım:
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.

ve alsa-libs'i kuramamış oldum.
aslında bana gerekli olan sanırım sadece alsa-plugins'in içindeki 'jack' dizini. bu dizinin içinde de 'Makefile.am', 'Makefile.in' ve 'pcm_jack.c' dosyaları var ve burada kaynak koddan kurma işlemlerini denediğimde de hiçbir işe yaramadı. alsa-plugins'i nasıl kurabilirim?

heartsmagic

pkg-config paketi kurulu mu? Ayrıca sadece "plugins"i mi derlemek ve yüklemek istiyorsun?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

pilock

pkg-config kurulu değilmiş. kurdum. evet sadece plugins'i derleyip yüklemek istiyorum. aslında 'libasound2-plugins.deb' paketi zaten kuruluymuş ama 'jack' ile dosyalar yok(http://idjc.sourceforge.net/tutorials_voip.html).

pkg-config'i kurup da tekrar denedikten sonra sonuç yine başarısız:

root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
./configure: line 18727: CC_NOUNDEFINED: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALSA... configure: error: Package requirements (alsa >= 1.0.11) were not met:

No package 'alsa' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ALSA_CFLAGS
and ALSA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25#

if

@pilock, alsa geliştirme paketini de kurmalısınız: sudo apt-get install libasound2-dev Ayrıca ./configure adımında hata aldıysanız make komutunu vermenin bir anlamı yok.

heartsmagic

Alıntı yapılan: heartsmagic - 21 Haziran 2012 - 00:43:40
Ayrıca sadece "plugins"i mi derlemek ve yüklemek istiyorsun?

Şunun için soruyorum, birbirine bağımlı olabilir bu paketler. Zaten sorun yaşadığın çıktıda da Alsa istemiş. Sende Alsa hiç mi kurulu değil?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

pilock

#5
@if, paketi kurdum.
./configure ettikten sonra:
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
./configure: line 18727: CC_NOUNDEFINED: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALSA... yes
checking for snd_pcm_ioplug_create in -lasound... yes
checking for JACK... checking for pulseaudio... checking for samplerate... checking for AVCODEC... checking for avcodec_open in -lavcodec... no
checking for speexdsp... No libspeex with resampler unit; use built-in code
checking for plugins version... 1.0.25
configure: creating ./config.status
config.status: creating Makefile
config.status: creating oss/Makefile
config.status: creating pph/Makefile
config.status: creating jack/Makefile
config.status: creating pulse/Makefile
config.status: creating mix/Makefile
config.status: creating rate/Makefile
config.status: creating a52/Makefile
config.status: creating rate-lavc/Makefile
config.status: creating maemo/Makefile
config.status: creating doc/Makefile
config.status: creating usb_stream/Makefile
config.status: creating speex/Makefile
config.status: creating arcam-av/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Plugin directory: /usr/lib/alsa-lib
ALSA_CFLAGS: -I/usr/include/alsa 
ALSA_LIBS: -lasound 
JACK plugin:        no
Pulseaudio plugin:  no
Samplerate plugin:  no
Maemo plugin:       no
  Using Osso resource manager: no
A52, lavc plugins:  no
Speex rate plugin:  builtin
Speex preprocess plugin: 

make komutunu verdikten sonra bir şeyler oldu:
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# make
make  all-recursive
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizinine giriliyor
Making all in oss
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizinine giriliyor
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT ctl_oss.lo -MD -MP -MF .deps/ctl_oss.Tpo -c -o ctl_oss.lo ctl_oss.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT ctl_oss.lo -MD -MP -MF .deps/ctl_oss.Tpo -c ctl_oss.c  -fPIC -DPIC -o .libs/ctl_oss.o
mv -f .deps/ctl_oss.Tpo .deps/ctl_oss.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic -no-undefined   -o libasound_module_ctl_oss.la -rpath /usr/lib/alsa-lib ctl_oss.lo -lasound   -lasound
gcc -shared  .libs/ctl_oss.o  -lasound  -Wl,-soname -Wl,libasound_module_ctl_oss.so -o .libs/libasound_module_ctl_oss.so
creating libasound_module_ctl_oss.la
(cd .libs && rm -f libasound_module_ctl_oss.la && ln -s ../libasound_module_ctl_oss.la libasound_module_ctl_oss.la)
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT pcm_oss.lo -MD -MP -MF .deps/pcm_oss.Tpo -c -o pcm_oss.lo pcm_oss.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT pcm_oss.lo -MD -MP -MF .deps/pcm_oss.Tpo -c pcm_oss.c  -fPIC -DPIC -o .libs/pcm_oss.o
pcm_oss.c: In function 'oss_start':
pcm_oss.c:100:8: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/pcm_oss.Tpo .deps/pcm_oss.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic -no-undefined   -o libasound_module_pcm_oss.la -rpath /usr/lib/alsa-lib pcm_oss.lo -lasound   -lasound
gcc -shared  .libs/pcm_oss.o  -lasound  -Wl,-soname -Wl,libasound_module_pcm_oss.so -o .libs/libasound_module_pcm_oss.so
creating libasound_module_pcm_oss.la
(cd .libs && rm -f libasound_module_pcm_oss.la && ln -s ../libasound_module_pcm_oss.la libasound_module_pcm_oss.la)
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizininden çıkılıyor
Making all in mix
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizinine giriliyor
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT pcm_upmix.lo -MD -MP -MF .deps/pcm_upmix.Tpo -c -o pcm_upmix.lo pcm_upmix.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT pcm_upmix.lo -MD -MP -MF .deps/pcm_upmix.Tpo -c pcm_upmix.c  -fPIC -DPIC -o .libs/pcm_upmix.o
mv -f .deps/pcm_upmix.Tpo .deps/pcm_upmix.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic -no-undefined   -o libasound_module_pcm_upmix.la -rpath /usr/lib/alsa-lib pcm_upmix.lo -lasound   -lasound
gcc -shared  .libs/pcm_upmix.o  -lasound  -Wl,-soname -Wl,libasound_module_pcm_upmix.so -o .libs/libasound_module_pcm_upmix.so
creating libasound_module_pcm_upmix.la
(cd .libs && rm -f libasound_module_pcm_upmix.la && ln -s ../libasound_module_pcm_upmix.la libasound_module_pcm_upmix.la)
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT pcm_vdownmix.lo -MD -MP -MF .deps/pcm_vdownmix.Tpo -c -o pcm_vdownmix.lo pcm_vdownmix.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT pcm_vdownmix.lo -MD -MP -MF .deps/pcm_vdownmix.Tpo -c pcm_vdownmix.c  -fPIC -DPIC -o .libs/pcm_vdownmix.o
mv -f .deps/pcm_vdownmix.Tpo .deps/pcm_vdownmix.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic -no-undefined   -o libasound_module_pcm_vdownmix.la -rpath /usr/lib/alsa-lib pcm_vdownmix.lo -lasound   -lasound
gcc -shared  .libs/pcm_vdownmix.o  -lasound  -Wl,-soname -Wl,libasound_module_pcm_vdownmix.so -o .libs/libasound_module_pcm_vdownmix.so
creating libasound_module_pcm_vdownmix.la
(cd .libs && rm -f libasound_module_pcm_vdownmix.la && ln -s ../libasound_module_pcm_vdownmix.la libasound_module_pcm_vdownmix.la)
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizininden çıkılıyor
Making all in usb_stream
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizinine giriliyor
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT pcm_usb_stream.lo -MD -MP -MF .deps/pcm_usb_stream.Tpo -c -o pcm_usb_stream.lo pcm_usb_stream.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT pcm_usb_stream.lo -MD -MP -MF .deps/pcm_usb_stream.Tpo -c pcm_usb_stream.c  -fPIC -DPIC -o .libs/pcm_usb_stream.o
mv -f .deps/pcm_usb_stream.Tpo .deps/pcm_usb_stream.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic   -o libasound_module_pcm_usb_stream.la -rpath /usr/lib/alsa-lib pcm_usb_stream.lo -lasound   -lasound
gcc -shared  .libs/pcm_usb_stream.o  -lasound  -Wl,-soname -Wl,libasound_module_pcm_usb_stream.so -o .libs/libasound_module_pcm_usb_stream.so
creating libasound_module_pcm_usb_stream.la
(cd .libs && rm -f libasound_module_pcm_usb_stream.la && ln -s ../libasound_module_pcm_usb_stream.la libasound_module_pcm_usb_stream.la)
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizininden çıkılıyor
Making all in arcam-av
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizinine giriliyor
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT ctl_arcam_av.lo -MD -MP -MF .deps/ctl_arcam_av.Tpo -c -o ctl_arcam_av.lo ctl_arcam_av.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT ctl_arcam_av.lo -MD -MP -MF .deps/ctl_arcam_av.Tpo -c ctl_arcam_av.c  -fPIC -DPIC -o .libs/ctl_arcam_av.o
mv -f .deps/ctl_arcam_av.Tpo .deps/ctl_arcam_av.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -I/usr/include/alsa   -g -O2 -MT arcam_av.lo -MD -MP -MF .deps/arcam_av.Tpo -c -o arcam_av.lo arcam_av.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -I/usr/include/alsa -g -O2 -MT arcam_av.lo -MD -MP -MF .deps/arcam_av.Tpo -c arcam_av.c  -fPIC -DPIC -o .libs/arcam_av.o
mv -f .deps/arcam_av.Tpo .deps/arcam_av.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -Wall -g -I/usr/include/alsa   -g -O2 -module -avoid-version -export-dynamic -no-undefined  -o libasound_module_ctl_arcam_av.la -rpath /usr/lib/alsa-lib ctl_arcam_av.lo arcam_av.lo -lasound   -lasound
gcc -shared  .libs/ctl_arcam_av.o .libs/arcam_av.o  -lasound  -Wl,-soname -Wl,libasound_module_ctl_arcam_av.so -o .libs/libasound_module_ctl_arcam_av.so
creating libasound_module_ctl_arcam_av.la
(cd .libs && rm -f libasound_module_ctl_arcam_av.la && ln -s ../libasound_module_ctl_arcam_av.la libasound_module_ctl_arcam_av.la)
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizininden çıkılıyor
Making all in doc
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizinine giriliyor
make[2]: `all' için hiçbir şey yapılmadı.
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizininden çıkılıyor
Making all in pph
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizinine giriliyor
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -DVAR_ARRAYS -Wall -g -I/usr/include/alsa    -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX  -g -O2 -MT rate_speexrate.lo -MD -MP -MF .deps/rate_speexrate.Tpo -c -o rate_speexrate.lo rate_speexrate.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -DVAR_ARRAYS -Wall -g -I/usr/include/alsa -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX -g -O2 -MT rate_speexrate.lo -MD -MP -MF .deps/rate_speexrate.Tpo -c rate_speexrate.c  -fPIC -DPIC -o .libs/rate_speexrate.o
mv -f .deps/rate_speexrate.Tpo .deps/rate_speexrate.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -DVAR_ARRAYS -Wall -g -I/usr/include/alsa    -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX  -g -O2 -MT resample.lo -MD -MP -MF .deps/resample.Tpo -c -o resample.lo resample.c
gcc -DHAVE_CONFIG_H -I. -I.. -DVAR_ARRAYS -Wall -g -I/usr/include/alsa -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX -g -O2 -MT resample.lo -MD -MP -MF .deps/resample.Tpo -c resample.c  -fPIC -DPIC -o .libs/resample.o
mv -f .deps/resample.Tpo .deps/resample.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -DVAR_ARRAYS -Wall -g -I/usr/include/alsa    -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX  -g -O2 -module -avoid-version -export-dynamic -no-undefined   -o libasound_module_rate_speexrate.la -rpath /usr/lib/alsa-lib rate_speexrate.lo resample.lo -lasound  -lm -lasound
gcc -shared  .libs/rate_speexrate.o .libs/resample.o  -lm -lasound  -Wl,-soname -Wl,libasound_module_rate_speexrate.so -o .libs/libasound_module_rate_speexrate.so
creating libasound_module_rate_speexrate.la
(cd .libs && rm -f libasound_module_rate_speexrate.la && ln -s ../libasound_module_rate_speexrate.la libasound_module_rate_speexrate.la)
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizininden çıkılıyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizinine giriliyor
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizininden çıkılıyor

'make install' dedikten sonra:
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# make install
Making install in oss
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_ctl_oss.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_ctl_oss.so /usr/lib/alsa-lib/libasound_module_ctl_oss.so
/usr/bin/install -c .libs/libasound_module_ctl_oss.lai /usr/lib/alsa-lib/libasound_module_ctl_oss.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_pcm_oss.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_pcm_oss.so /usr/lib/alsa-lib/libasound_module_pcm_oss.so
/usr/bin/install -c .libs/libasound_module_pcm_oss.lai /usr/lib/alsa-lib/libasound_module_pcm_oss.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/oss' dizininden çıkılıyor
Making install in mix
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_pcm_upmix.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_pcm_upmix.so /usr/lib/alsa-lib/libasound_module_pcm_upmix.so
/usr/bin/install -c .libs/libasound_module_pcm_upmix.lai /usr/lib/alsa-lib/libasound_module_pcm_upmix.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_pcm_vdownmix.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_pcm_vdownmix.so /usr/lib/alsa-lib/libasound_module_pcm_vdownmix.so
/usr/bin/install -c .libs/libasound_module_pcm_vdownmix.lai /usr/lib/alsa-lib/libasound_module_pcm_vdownmix.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/mix' dizininden çıkılıyor
Making install in usb_stream
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_pcm_usb_stream.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_pcm_usb_stream.so /usr/lib/alsa-lib/libasound_module_pcm_usb_stream.so
/usr/bin/install -c .libs/libasound_module_pcm_usb_stream.lai /usr/lib/alsa-lib/libasound_module_pcm_usb_stream.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/usb_stream' dizininden çıkılıyor
Making install in arcam-av
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_ctl_arcam_av.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_ctl_arcam_av.so /usr/lib/alsa-lib/libasound_module_ctl_arcam_av.so
/usr/bin/install -c .libs/libasound_module_ctl_arcam_av.lai /usr/lib/alsa-lib/libasound_module_ctl_arcam_av.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/arcam-av' dizininden çıkılıyor
Making install in doc
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
make[2]: `install-data-am' için hiçbir şey yapılmadı.
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/doc' dizininden çıkılıyor
Making install in pph
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizinine giriliyor
make  install-exec-hook
make[3]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizinine giriliyor
rm -f /usr/lib/alsa-lib/libasound_module_rate_speexrate_*.so
ln -s libasound_module_rate_speexrate.so /usr/lib/alsa-lib/libasound_module_rate_speexrate_best.so
ln -s libasound_module_rate_speexrate.so /usr/lib/alsa-lib/libasound_module_rate_speexrate_medium.so
make[3]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizininden çıkılıyor
test -z "/usr/lib/alsa-lib" || /bin/mkdir -p "/usr/lib/alsa-lib"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libasound_module_rate_speexrate.la '/usr/lib/alsa-lib'
/usr/bin/install -c .libs/libasound_module_rate_speexrate.so /usr/lib/alsa-lib/libasound_module_rate_speexrate.so
/usr/bin/install -c .libs/libasound_module_rate_speexrate.lai /usr/lib/alsa-lib/libasound_module_rate_speexrate.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/alsa-lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/alsa-lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25/pph' dizininden çıkılıyor
make[1]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizinine giriliyor
make[2]:`/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizinine giriliyor
make[2]: `install-exec-am' için hiçbir şey yapılmadı.
make[2]: `install-data-am' için hiçbir şey yapılmadı.
make[2]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizininden çıkılıyor
make[1]: `/home/hasan/Masaüstü/alsa-plugins-1.0.25' dizininden çıkılıyor

sonuçlar bunlar. '/usr/lib/alsa-lib/' dizinine bazı şeyler eklendi. yalnız ihtiyacım olan 'libasound_module_pcm_jack.la' ve 'libasound_module_pcm_jack.so' eklenmedi.

@heartsmagic
alsa'ya ilişkin olarak 'alsa-base', 'alsa-utils', 'gstreamer0.10-alsa' kurulu.

if

@pilock, JACK plugin:        no
Pulseaudio plugin:  no
Samplerate plugin:  no
Maemo plugin:       no
  Using Osso resource manager: no
A52, lavc plugins:  no
demiş. Jack eklenti paketini indirmiş miydiniz?

pilock

jack'e ilişkin 'jackd, jackd2, jackd2-firewire, libjack-jackd2-0, qjackctl' paketleri kurulu. jack eklenti paketinin adı 'jack' ise eğer o kurulu değildi kurdum ve yine 'JACK plugin: no' yazdı. jack eklenti paketinin adı nedir?

if

#8
@pilock, jack eklenti paketi dediğim aslında alsa-plugins-1.0.25 dizini içinde jack ile ilgili bir şeylerin olup olmadığıydı. Acaba ./configure adımında --enable jack-plugin gibi bir şenek girmek mi gerek? ./configure --help çıktısı bu konuda yardımcı olacaktır.

Bununla beraber muhtemelen yine geliştirme kütüphanesi gerek olacaktır. 'libasound_module_pcm_jack.la' ve 'libasound_module_pcm_jack.so' modüllerini ne iş için kullanacaksınız?

Güncelleme: istediğiniz modüller http://packages.ubuntu.com/precise/i386/libasound2-plugins/filelist paketi içerisinde varmış.

pilock

#9
@if, jack ilgili bir dizin var içerisinde 'Makefile, Makefile.in, Makefile.am, pcm_jack.c' dosyaları var. 
./configure --help çıktısı:

root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# ./configure --help
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/bin', `/usr/lib' etc.  You can specify
an installation prefix other than `/usr' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-jack          Disable building of JACK plugin
  --disable-pulseaudio    Disable building of pulseaudio plugin
  --disable-samplerate    Disable building of samplerate plugin
  --enable-maemo-plugin   Build Maemo DSP plugin
  --enable-maemo-resource-manager
                          Use Maemo resource manager
  --disable-avcodec       Don't build plugins depending on avcodec (a52)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
  --with-tags[=TAGS]      include additional configurations [automatic]
  --with-avcodec-includedir=dir
                          AVcodec include directory
  --with-avcodec-libdir=dir
                          AVcodec library directory
  --with-speex={builtin|lib|no}
                          build speex resampler (built-in code, link with
                          external lib, or no build)
  --with-plugindir=dir    path where ALSA plugin files are stored
  --with-alsadatadir=dir  path where ALSA data files are stored

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CXXCPP      C++ preprocessor
  F77         Fortran 77 compiler command
  FFLAGS      Fortran 77 compiler flags
  PKG_CONFIG  path to pkg-config utility
  ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config
  ALSA_LIBS   linker flags for ALSA, overriding pkg-config
  JACK_CFLAGS C compiler flags for JACK, overriding pkg-config
  JACK_LIBS   linker flags for JACK, overriding pkg-config
  pulseaudio_CFLAGS
              C compiler flags for pulseaudio, overriding pkg-config
  pulseaudio_LIBS
              linker flags for pulseaudio, overriding pkg-config
  samplerate_CFLAGS
              C compiler flags for samplerate, overriding pkg-config
  samplerate_LIBS
              linker flags for samplerate, overriding pkg-config
  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
  DBUS_LIBS   linker flags for DBUS, overriding pkg-config
  AVCODEC_CFLAGS
              C compiler flags for AVCODEC, overriding pkg-config
  AVCODEC_LIBS
              linker flags for AVCODEC, overriding pkg-config
  speexdsp_CFLAGS
              C compiler flags for speexdsp, overriding pkg-config
  speexdsp_LIBS
              linker flags for speexdsp, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to the package provider.

sanırım jack'i aktif etmek gibi bir şey yok. normal kurulması gerekiyor.

'libasound_module_pcm_jack.la' ve 'libasound_module_pcm_jack.so' modülleri skype'daki sesi idjc'ye aktarabilmem için gerekiyormuş. burada yazdığına göre: http://idjc.sourceforge.net/tutorials_voip.html

güncellemede verdiğiniz adresteki paketi daha önce de yüklemiştim. ama  'libasound_module_pcm_jack.la' ve 'libasound_module_pcm_jack.so' modülleri yüklenmediğinden dolayı derleme işine giriştim.

if

@pilock, evet öyleymiş. libasound2-plugins paketini kurup tekrar ./compile komutunu yürütür müsünüz?

pilock

@if,
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# ./compile
bash: ./compile: Böyle bir dosya ya da dizin yok
root@lubuntuev:/home/hasan/Masaüstü/alsa-plugins-1.0.25# apt-get install compilePaket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
E: compile paketi konumlandırılamıyor


6ng4n

#12
skype'tan ses aktarmak için sıfırdan kod derlemeye gerek yok.

skype ses ayarlarını pulseaudio olduğundan emin olduktan sonra şunları uygulamanız yeterli:
1 apt-get ile pulseaudio-module-jack paketini yükleyin

sudo apt-get install pulseaudio-module-jack


sonra
gksu gedit /etc/pulse/default.pa
dosyasını yukaridaki komut ile açıp içinde #load-module olan bölümün hemen sonuna bir satır boşluktan sonra

load-module module-jack-source
load-module module-jack-sink


eklemeniz ve kaydetmeniz gerekiyor bilgisayarı yeniden başlattıktan sonra Qjackctl de Pulseaudio jacksink ve pulseaudio jack source var
soldaki ekrandan Pulseaudio jack sink  olanı idjc olana bağlarsanız işiniz tamam demektir.

if

@pilock, öyle bir komut tabi ki yok:) Kusura bakma yanlış vermişim: ./configure olacak.

pilock

@6ng4n, dediklerinizi yapıp jack'i çalıştırdıktan sonra kapatınca, bilgisayarı yeni baştan başlatmazsam eğer ne pulseaudio ayarlarına erişebiliyorum ne de jack'e. takılmalar olduğundan dolayı skype'taki sesin idjc'ye gidip gitmediğini test edemedim. belki de verdiğiniz kodu yanlış satıra eklemiş olabilirm. burada tam olarak nereye eklemem gerekiyor?

#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)

.nofail

### Load something into the sample cache
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav

.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties

### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif

### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect
.fail
.endif

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish

### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv

### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor

### Load additional modules from GConf settings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif

### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Honour intended role device property
load-module module-intended-roles

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif

### Enable positioned event sounds
load-module module-position-event-sounds

### Cork music streams when a phone stream is active
#load-module module-cork-music-on-phone

### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply

### Load DBus protocol
#.ifexists module-dbus-protocol.so
#load-module module-dbus-protocol
#.endif

# X11 modules should not be started from default.pa so that one daemon
# can be shared by multiple sessions.

### Load X11 bell module
#load-module module-x11-bell sample=bell-windowing-system

### Register ourselves in the X11 session manager
#load-module module-x11-xsmp

### Publish connection data in the X11 root window
#.ifexists module-x11-publish.so
#.nofail
#load-module module-x11-publish
#.fail
#.endif

load-module module-switch-on-port-available

### Make some devices default
#set-default-sink output
#set-default-source input


@if, olmadı yine aynı: 'JACK plugin: no'

if

@pilock, skype için mi alsa-lugins yüklemeye çalışıyorsunuz?

pilock

@if, hayır. amacım skype'taki sesi jack aracılığıyla idjc'ye vermek. bunun için de sadece 'libasound_module_pcm_jack.la' ve 'libasound_module_pcm_jack.so' modülleri lazım. bu modüllerin de 'libasound2-plugins'i yani 'alsa-plugins'i kurunca '/usr/lib/alsa-lib' dizinine eklenmesi gerekiyor ama bir türlü olmuyor.
bazı forumlarda kaynak koddan kurulum yapınca bu modüllerin yüklendiği yazılmıştı. ben de kaynak koddan kurulum yapmaya çalıştığım ve yapamadığım için açtım bu başlığı.

if

O müdllerin derleme ile neden gelmediğini çıkaramadım @pilock. Benim sistemde ./configure verdim ve jack eklentisi olduğunu söyledi. Yalnız Arch Linux kullanıyorum ve jack'e dair tek kurulu paket jack.

O modülleri sağlayan paket nereye atmış onları bakalım. Hani /usr/lib/alsa-lib dizini altına bağlantı geçeriz belki.

sudo find / -name libasound_module_pcm_jack

pilock

@if,

root@lubuntuev:/home/pilock# find / -name libasound_module_pcm_jack
root@lubuntuev:/home/pilock#


yardımların için teşekkür ederim. sanki bir sonuca ulaşılamayacakmış gibi.

if

Ne demek @pilock da çözeriz inşallah.

dpkg -l | grep jack çıktısını görebilir miyim?

arpia

Alıntı yapılan: if - 24 Haziran 2012 - 01:01:37
sudo find / -name libasound_module_pcm_jack

@pilock, sudo olmaz ise kök dizin altından itibaren arama yapamaz. Sonuca ulaşma kısmına bir şey diyemem ama komutu eksik yazmışsınız.

pilock

@if, çıktılar bu şekilde

pilock@lubuntuev:~$ dpkg -l | grep jack
ii  jack                                 3.1.1+cvs20050801-26build1              Rip and encode CDs with one command
ii  jackd                                5                                       JACK Audio Connection Kit (default server package)
ii  jackd2                               1.9.8~dfsg.1-1ubuntu1                   JACK Audio Connection Kit (server and example clients)
ii  jackd2-firewire                      1.9.8~dfsg.1-1ubuntu1                   JACK Audio Connection Kit (FFADO and FreeBoB backends)
ii  libjack-jackd2-0                     1.9.8~dfsg.1-1ubuntu1                   JACK Audio Connection Kit (libraries)
ii  pulseaudio-module-jack               1:1.1-0ubuntu15.1                       jackd modules for PulseAudio sound server
ii  qjackctl                             0.3.8-1                                 User interface for controlling the JACK sound server
ii  vlc-plugin-jack                      2.0.1-4                                 Jack audio plugins for VLC


@arpia, yine bir sonuç çıkmadı.

root@lubuntuev:/home/pilock# sudo find / -name libasound_module_pcm_jack
root@lubuntuev:/home/pilock#

önceki aramamı da root olarak yaptığım için 'sudo yazmaya gerek olmayacağını düşündüm.

if

@pilock, sudo apt-get install libjack-dev alsaplayer-jack komutundan sonra tekrar ./configure yapabilir misiniz?

arpia

Alıntı yapılan: pilock - 24 Haziran 2012 - 15:35:04
önceki aramamı da root olarak yaptığım için 'sudo yazmaya gerek olmayacağını düşündüm.
Haklısınız, bu durumda gerek yok.

pilock

@if, biraz geç yanıt verdim kusura bakma.


root@lubuntuev:/home/pilock# apt-get install libjack-dev alsaplayer-jack
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
Aşağıdaki ek paketler de yüklenecek:
  alsaplayer-common alsaplayer-gtk jackd1 jackd1-firewire libjack0 libmikmod2
  oss-compat
Önerilen paketler:
  jack-tools meterbridge
Aşağıdaki paketler KALDIRILACAK:
  idjc jackd jackd2 jackd2-firewire libjack-jackd2-0 qjackctl
Aşağıdaki YENİ paketler kurulacak:
  alsaplayer-common alsaplayer-gtk alsaplayer-jack jackd1 jackd1-firewire
  libjack-dev libjack0 libmikmod2 oss-compat
Yükseltilen: 0, Yeni Kurulan: 9, Kaldırılacak: 6 ve Yükseltilmeyecek: 19.
İndirilmesi gereken dosya boyutu 1.198 kB
Bu işlemden sonra 3.069 kB disk alanı boşalacak.
Devam etmek istiyor musunuz [E/h]? 

paketleri kurmadım çünkü, zaten üzerinde çalıştığım programları kaldırmak istedi. kaldırdıktan sonra geri yükleyebilir miyim? ama geri yükleyeceğim zaman da şimdi kurmuş olduğum paketlerin kaldırılması gerekecek değil mi?