[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cannot link ossmixer (KDE application) on hamm



Hi,

I've managed to cimpile ossmixer. The thing that was missing from my
Makefile was the -lXext (I've seen this in the Makefile for qtez, a nice
RAD tool for qt). So, my Makefile has these lines now:

####### Makefile for ossmixer 1.0 KDE Version
#######    

INCDIR  =       /usr/include/qt -I/usr/include/kde
CFLAGS  =       -O2 
LFLAGS  =       -L/usr/X11R6/lib -lqt -lkdecore -lkdeui -lXext 
CC      =       g++
MOC     =       moc

Ionutz


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: