Hello, I recently downloaded 0.7.3 to cross compile on the gmate yopy
On Thu, 13 Nov 2003, Donald McKnight wrote: 3700. with my first attempt I noticed the configure script grabbed all of my local variables such as /usr/local/lib instead of /opt/arm-linux/lib. This gave me libgtk.so cannot read symbols. I went though the configure and manually set the environment variables and was able to successfully compile dillo, however when I transfer the binary to arm it does not launch it just hangs. I have cross-compiled several apps using the same cross-compiler on my system. I am using slackware 9.1 kernel 2.4.22, but I don't think the version should matter. Has anyone ran into this before? Hmmm, I've not been cross compiling dillo, but there's this portion of code in configure.in: dnl -------------------------------------- dnl Check whether to add /usr/local or not dnl (this is somewhat a religious problem) dnl -------------------------------------- dnl if test ! "`$CPP -v < /dev/null 2>&1 | grep '/usr/local/include'`"; then CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" fi Please comment it out, re-run autogen and see what happens. If you can't find the answer here, maybe the guys at familiar may hint you better. HTH Jorge.-