Can not install Qjoypad

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
phantrongnghia
Posts: 205
Joined: Mon 24 Apr 2006, 14:11
Location: Hanoi,Vietnam
Contact:

Can not install Qjoypad

#1 Post by phantrongnghia »

I want to install Qjoypad to configure joypad in game
When I ran command

Code: Select all

./config
make  
make install
sh-3.00# make && make install
g++ -Wl,-rpath,/usr/lib/qt/lib -o qjoypad axis.o axis_edit.o axisw.o button.o button_edit.o buttonw.o event.o flash.o icon.o joypad.o joypadw.o joyslider.o keycode.o layout.o layout_edit.o loop.o main.o quickset.o trayicon.o trayicon_x11.o moc_axis_edit.o moc_button_edit.o moc_flash.o moc_icon.o moc_joypadw.o moc_keycode.o moc_layout.o moc_trayicon.o -L/usr/lib/qt/lib -L/usr/X11R6/lib -lXtst -lqt -lXext -lX11 -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make: *** [qjoypad] Error 1

John Doe
Posts: 1681
Joined: Mon 01 Aug 2005, 04:46
Location: Michigan, US

#2 Post by John Doe »

try

./configure --prefix=/usr

User avatar
phantrongnghia
Posts: 205
Joined: Mon 24 Apr 2006, 14:11
Location: Hanoi,Vietnam
Contact:

#3 Post by phantrongnghia »

Not change

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »

you must intall libqt334 with Pupget.

Mark

Post Reply