Re: Problem when compiling Xprt of X11R7.1
Re: Problem when compiling Xprt of X11R7.1
- Subject: Re: Problem when compiling Xprt of X11R7.1
- From: Ben Byer <email@hidden>
- Date: Sat, 21 Oct 2006 00:09:01 -0700
On Oct 20, 2006, at 7:49 AM, Peter Dyballa wrote:
Hello!
When on Mac OS X 10.4.8 Xprt is built by GCC 4.0.1 from dynamic and
static libraries I get one message
/sw/lib/odcctools/bin/ld: multiple definitions of symbol
_serverGeneration
/usr/X11R7/lib/libXfont.dylib(miscutil.o) definition of
_serverGeneration
../../dix/.libs/libdix.a(globals.o) definition of
_serverGeneration in section (__DATA,__data)
What version of libtool are you using? I suggest you try upgrading
to the latest libtool from
http://finch.finkproject.org/~pogma/libtool/libtool-1.5.23a.tar.gz
If you install that libtool in /usr/local/bin, then run these
commands in your xorg-xserver tree:
mkdir -p /usr/local/share/aclocal
export ACLOCAL="aclocal -I /usr/local/share/aclocal"
export LIBTOOLIZE=/usr/local/bin/libtoolize
autoreconf -fvi
./configure (......)
make (...)
It will still not compile cleanly, but I think that will help.
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden