Re: Compiling problem with gtk+-1.2.10



It looks like shared library problem. Actually, my
libXext(/skiff/local/lib/libXext.so.6)  is
not dynamic linking,  like
# ldd /skiff/local/arm-linux/lib/libXext.so.6
        not a dynamic executable

Are you running the host system (i386) ldd, and not the skiff (arm)
ldd.? Try running the one in /skiff/local/bin .


To compile on a skiff, try this (it's been working pretty well for me
for compiling other packages):

export CC=/skiff/local/bin/arm-linux-gcc

./configure --host=i686-linux --target=arm-linux
--prefix=/skiff/local/arm-linux
--x-includes=/skiff/local/arm-linux/include/X11/
--x-libraries=/skiff/local/arm-linux/lib/X11 --disable-static

(All of that ./configure should be on one line, of course.)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]