[Alsaplayer-devel]No GUI for alsaplayer
Andy Lo A Foe
andy@alsaplayer.org
Mon, 17 Jun 2002 16:13:12 +0200
On Mon, Jun 17, 2002 at 02:42:08PM +0900, Patrick Shirkey wrote:
> g++ -Wall -D_REENTRANT -DADDON_DIR=\"/usr/local/lib/alsaplayer\" -g -O2
> -I/usr/local/include -O2 -fexpensive-optimizations -funroll-loops
> -finline-functions -ffast-math -o alsaplayer AlsaSubscriber.o AlsaNode.o
> Effects.o Main.o CorePlayer.o Playlist.o SampleBuffer.o reverbst.o fft.o
> convolve.o utilities.o ControlSocket.o prefs.o reader.o
> -Wl,--export-dynamic -lpthread -ldl
Looks good.
> I have also run ln -s /usr/lib/libstdc++* /usr/local/lib/
This should not make a difference since both paths are in your
ld.so.conf. Which libstdc++ development package do you have installed?
> Now I guess the next option is to install alsaplayer from /usr/src and
> see if that changes anything.
Doubt it'll change things.
Are the libstdc++.[a|so] link valid in the specs directory of your
compiler (g++ -v will print the specs directory)
Andy