Hello,

When I try to install a KDE app (karm) from source, it fails like this:

# original command:
$ sudo fink install karm

# eventual failure:
####
ld: warning multiple definitions of symbol __XimXTransReadv
/usr/X11R6/lib/libX11.6.2.dylib(ximtrans.o) definition of __XimXTransReadv
/usr/X11R6/lib/libX11.dylib(ximtrans.o) definition of __XimXTransReadv
creating kcm_keyboard.la
(cd .libs && rm -f kcm_keyboard.la && ln -s ../kcm_keyboard.la kcm_keyboard.la)
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.0.3oXjIG failed, exit code 2
Failed: compiling kdebase3-3.1-12 failed
##############

I don't think the "multiple symbol defintions" issue is at fault. I've seen it
elsewhere and it appears to be a warning, a not a fatality. It's not clear to me what 
went wrong. Here are the contents
of the rereference file in "/var/tmp:

#!/bin/sh
  export KDEDIR=/sw
  make -f Makefile.cvs
  [ $? = 0 ] && sh ./configure --prefix=/sw --includedir=/sw/include --libdir=/sw/lib 
--prefix=/sw --without-ssl-dir --without-ssl --with-qt-dir=/sw --with-qt-i
ncludes=/sw/include/qt --with-extra-libs=/sw/lib --with-extra-includes=/sw/include 
--enable-mt --with-pic --enable-rpath --enable-shared=yes --enable-static=no
--mandir=/sw/src/root-kdebase3-3.1-12/sw/share/man --with-xinerama --with-pam 
--without-nfs --enable-final --disable-dependency-tracking --with-ldap
  [ $? = 0 ] && make -j2
##############################

It is a little suspicious that "/sw/include" appears as both "includdir" and as
"with-extra-includes". If that could possibly cause an error, how can I fix it? I 
don't recall
tinkering with those kinds of values anywhere.

(this is on Mac OS 10.2.3 with the Dec 20002 developer tools installed).

Thanks!

  Mark

--
http://mark.stosberg.com/


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to