http://lists.danga.com/pipermail/memcached/2005-April/001362.html
told me to include "-lsocket -lmalloc -lresolv" in LDFLAGS and
that helped. Configured again, symbol this seems to be available now.
You could edit configure.in and check for solaris, there is (dirty as
usual) code that checks for the BSDs and Darwin and addes something
to LDFLAGS, you could do the same for solaris.
You could try to link directfb statically.
Now I use --disable-shared and --enable-static and that
made it compile proceed here.
You didn't reply to the list this time, so I will do it know. Maybe
someone has an idea why linking statically is broken...
Now I come to that:
../../lib/direct/util.h:124:2: warning: #warning
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not defined, be aware of
dead locks
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -O3 -ffast-
math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -
L/home/andreass/Solaris/Install/gdk-pixbuf-0.22.0/lib -lrt -lsocket
-lmalloc -lresolv -o libdirectfbwm_default.la -rpath /home/andreass/
Solaris/Install/DirectFB-0.9.22/lib/directfb-0.9.22/wm -avoid-
version -module default.lo -lpthread
mkdir .libs
ar cru .libs/libdirectfbwm_default.a default.o
ranlib .libs/libdirectfbwm_default.a
creating libdirectfbwm_default.la
(cd .libs && rm -f libdirectfbwm_default.la && ln -s ../
libdirectfbwm_default.la libdirectfbwm_default.la)
gmake[3]: *** No rule to make target `libdirectfbwm_default.o',
needed by `all-am'. Stop.
gmake[3]: Leaving directory `/home/andreass/Solaris/Compiled/
DirectFB-0.9.22/wm/default'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/andreass/Solaris/Compiled/
DirectFB-0.9.22/wm'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/andreass/Solaris/Compiled/
DirectFB-0.9.22'
gmake: *** [all] Error 2
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev