[EMAIL PROTECTED] /home/kkuehl/amarok-1.4-beta3c]# ls -la libtool
lrwxr-xr-x  1 root  kkuehl  22 Apr 26 23:01 libtool
-> /usr/local/bin/libtool

Then the error became:

gmake[5]: Entering directory
`/usr/home/kkuehl/amarok-1.4-beta3c/amarok/src/vis/xmmswrapper'
/usr/local/bin/bash ../../../../libtool --silent --mode=link --tag=CXX g
++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION    -o amarok_xmmswrapper2 -L/usr/X11R6/lib
-L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -L/usr/local/lib
-Wl,-E -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -lxmms
-L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -L/usr/local/lib
-Wl,-E -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm
-L/usr/local/lib -L/usr/X11R6/lib    xmmswrapper.o
/usr/local/lib/libgthread-12.so.3: undefined reference to
`pthread_cond_timedwait'


[EMAIL PROTECTED] /home/kkuehl/amarok-1.4-beta3c]#
nm /usr/local/lib/libgthread-12.so.3 | grep cond
00000fdf t g_cond_free_posix_impl
00000d5c t g_cond_new_posix_impl
00000dff t g_cond_timed_wait_posix_impl
         U pthread_cond_broadcast
         U pthread_cond_destroy
         U pthread_cond_init
         U pthread_cond_signal
         U pthread_cond_timedwait
         U pthread_cond_wait


- Kirby




On Wed, 2006-04-26 at 12:35 -0700, Bartosz Fabianowski wrote:
> The real cause of this problem is that the version of libtool that
> comes
> with KDE 3.5 apps is too old. When you are in the source directory of
> the app you want to build and you have run configure already, run the
> following commands:
> 
> rm libtool
> ln -s /usr/local/bin/libtool .
> 
> This will replace the outdated version of libtool with the one
> provided
> by the system. Everything should link fine after that. If you ever
> need
> to re-run configure, it will overwrite libtool and you will need to
> run
> the commands above again.
> 
> - Bartosz
> 
> 

On Wed, 2006-04-26 at 12:35 -0700, Bartosz Fabianowski wrote:
> The real cause of this problem is that the version of libtool that
> comes
> with KDE 3.5 apps is too old. When you are in the source directory of
> the app you want to build and you have run configure already, run the
> following commands:
> 
> rm libtool
> ln -s /usr/local/bin/libtool .
> 
> This will replace the outdated version of libtool with the one
> provided
> by the system. Everything should link fine after that. If you ever
> need
> to re-run configure, it will overwrite libtool and you will need to
> run
> the commands above again.
> 
> - Bartosz
> 
> 
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to