Hello, I am trying to install kkbswitch but things aren't going as planned. I am configuring with: $ ./configure -with-qt-libraries=/usr/lib/qt3/lib64/ -x-libraries=/usr/X11R6/lib64/ and I get: $ Good - your configure finished. Start make now But when I try: $ make I am getting the following error $ libtool: link: cannot find the library `/usr/lib/libfam.la' $ make[2]: *** [kkbswitch] Error 1 The library libfam.la is situated in /usr/lib64/. There is no 32 bit libfam.la. Any ideas? Thanx._ -- Argiris Mokios Aristotle Univ. of Thessaloniki Faculty of Engineering Dept. of Electrical and Computer Engineering Electronics and Computers Dept. Thessaloniki, 54124, GREECE Tel: (30)2310994174 email: amok@auth.gr
* Argiris Mokios (amok@auth.gr) [20050824 12:20]:
$ ./configure -with-qt-libraries=/usr/lib/qt3/lib64/ -x-libraries=/usr/X11R6/lib64/
I'd recommend doing what we do with all KDE packages: . /etc/opt/kde3/common_options update_admin --no-unsermake ./configure $configkde --disable-final make I just tested it and it compiles without a problem. Philipp -- Anything whose specification is too complicated to explain easily probably needs to be redesigned. David Abrahams on boost
Philipp Thomas wrote:
* Argiris Mokios (amok@auth.gr) [20050824 12:20]:
$ ./configure -with-qt-libraries=/usr/lib/qt3/lib64/ -x-libraries=/usr/X11R6/lib64/
I'd recommend doing what we do with all KDE packages:
. /etc/opt/kde3/common_options update_admin --no-unsermake ./configure $configkde --disable-final make
I just tested it and it compiles without a problem.
Unfortunately I am getting: /usr/lib/libfreetype.so: could not read symbols: File in wrong format Why is that? -- Argiris Mokios Aristotle Univ. of Thessaloniki Faculty of Engineering Dept. of Electrical and Computer Engineering Electronics and Computers Dept. Thessaloniki, 54124, GREECE Tel: (30)2310994174 email: amok@auth.gr
Philipp Thomas wrote:
* Argiris Mokios (amok@auth.gr) [20050824 13:51]:
/usr/lib/libfreetype.so: could not read symbols: File in wrong format
Install freetype2-devel (the package for x86_64!).
It is allready installed together with: freetype2-devel-32bit -- Argiris Mokios Aristotle Univ. of Thessaloniki Faculty of Engineering Dept. of Electrical and Computer Engineering Electronics and Computers Dept. Thessaloniki, 54124, GREECE Tel: (30)2310994174 email: amok@auth.gr
participants (2)
-
Argiris Mokios
-
Philipp Thomas