Emerged pd-0.37.1 isnt linked to libasound and no alsa support is provided by the application. The pd configure script seems to be confused by the --enable-alsa switch, that is set by the ebuild. If the switch is not set, alsa is properly detected, as $alsa defaults to "yes" anyway. Possible solution: --- pd-0.37.1.ebuild 2004-05-09 15:29:57.844797936 +0200 +++ pd-0.37.1.ebuild-modified 2004-05-09 15:30:36.202966608 +0200 @@ -36,7 +36,6 @@ src_compile() { econf \ - `use_enable alsa` \ `use_with X x` \ `use_enable debug` \ || die "./configure failed"
fixed in portage. thanks.