From: <rau...@pr...> - 2004-08-30 19:49:03
|
Hello: I'm trying to compile KDE 3.3.0 in AIX 5.1. I have the following versions: Qt 3.3.3 gcc 3.3.3 autoconf 2.59 automake 1.9.1 When I try to compile arts-1.3.0 I get the following error (executing gmake): ------- gmake[3]: Entering directory `/d21/src/kde3.3.0/arts-1.3.0/flow' /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno- long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptio ns - fno-check-new -fno-common -ftemplate-depth-99 -o libartsflow_idl.la -rpath / usr/local/kde/lib -no-undefined -version-info 1:0 -L/usr/lib -L/usr/local/qt/li b -L/usr/local/kde/lib artsflow.lo ../mcop/libmcop.la ld: 0706-006 Cannot find or open library file: -l mcop ld:open(): No such file or directory collect2: ld returned 255 exit status gmake[3]: *** [libartsflow_idl.la] Error 1 gmake[3]: Leaving directory `/d21/src/kde3.3.0/arts-1.3.0/flow' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/d21/src/kde3.3.0/arts-1.3.0/flow' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/d21/src/kde3.3.0/arts-1.3.0' gmake: *** [all] Error 2 --------------- Note: the instalation's directory is /usr/local/kde, that it has a symbolic link to /d21/src/kde3.3.0 Can anybody help me? Regards. Raul Rueda |