On Tue, Feb 19, 2002 at 01:36:31AM +0100, Erich Schubert wrote:
>
> The diff i'd like to try is on
> http://people.debian.org/~erich/galeon_1.0.3-0.4.diff.gz
> against the galeon_1.0.3.orig.tar.gz in non-US
It doesn't help at all:
+CC=gcc-3.0
+CXX=g++-3.0
...
+ ${COMPILER_FLAGS} ./${CONFCMD} ${CONFFLAGS}
i.e. you're not actually passing CC and CXX through to the configure
script :)
Also have a look at the autoconf changes I suggested - at the very least
the change before the test for string headers is needed for it to build
properly, and the other two are probably worthwhile for good measure.
Matt