Hi, This is a message that I've sent to the author of ossmixer. Maybe you can help me more. Please send CC to my home address ([EMAIL PROTECTED]) not only to the debian-lusers, as I'm subscribed to debian-users only at office. Thanks,
Ionutz Hi, My Linux is a debian hamm (debian 2 - frozen state). I have modified the Makefile to be compatible to debian but still got errors. Here is the changes from Makefile ####### Makefile for ossmixer 1.0 KDE Version ####### INCDIR = /usr/include/qt -I/usr/include/kde CFLAGS = -O2 LFLAGS = -L/usr/X11R6/lib -lqt -lg++ -lkdecore -lkdeui CC = g++ MOC = moc The sources compile without an error, but when it comes to linking I get this: g++ main.o ossmixer.o -o ../bin/x86linux/ossmixer -L/usr/X11R6/lib -lqt -lg++ -lkdecore -lkdeui /usr/bin/ld: cannot open -lg++: No such file or directory collect2: ld returned 1 exit status make: *** [../bin/x86linux/ossmixer] Error 1 In /usr/lib I do have the following libs: libg++.so.2.7.2.8 with the following links: libg++.so.2.7.2 libg++.so.272 If I make a new symlink: libg++.so I get the following: g++ main.o ossmixer.o -o ../bin/x86linux/ossmixer -L/usr/X11R6/lib -lqt -lg++ -lkdecore -lkdeui /usr/bin/ld: warning: libstdc++.so.2.7.2, needed by /usr/bin/../lib/libg++.so, may conflict with libstdc++.so.2.8 /usr/X11R6/lib/libkdecore.so: undefined reference to `XShapeCombineMask' collect2: ld returned 1 exit status make: *** [../bin/x86linux/ossmixer] Error 1 Can you please tell me which can be the possible errors ? TIA, Ionutz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]