Comment 3 for bug 751142

Revision history for this message
Sigmun (sigmun84) wrote :

For example, the compilation of sbmanager isn't possible out of the box. By editing /usr/lib/i386-linux-gnu/libgcrypt.la and modifying 'libdir=/lib' into 'libdir=/usr/lib/i386-linux-gnu', the compilation was possible.

make all-recursive
make[1]: entrant dans le répertoire « /usr/local/src/sbmanager »
Making all in data
make[2]: entrant dans le répertoire « /usr/local/src/sbmanager/data »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /usr/local/src/sbmanager/data »
Making all in src
make[2]: entrant dans le répertoire « /usr/local/src/sbmanager/src »
  CC libsbmanager_la-device.lo
  CC libsbmanager_la-gui.lo
  CC libsbmanager_la-sbmgr.lo
  CCLD libsbmanager.la
  CC sbmanager-main.o
  CCLD sbmanager
libtool: link: cannot find the library `/lib/i386-linux-gnu/libgcrypt.la' or unhandled argument `/lib/i386-linux-gnu/libgcrypt.la'
make[2]: *** [sbmanager] Erreur 1
make[2]: quittant le répertoire « /usr/local/src/sbmanager/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/local/src/sbmanager »
make: *** [all] Erreur 2