Skip to content
Prev 8079 / 63424 Next

Install with 64-bit GCC 3.2 : FIX (PR#2049)

I was able to get it all to compile by altering the
src_dir/etc/Makeconf file so that the shared lib LD flags
variables contain -m64

SHLIB_CXXLDFLAGS = -G -m64

SHLIB_LDFLAGS = -G -m64

these only had "-G" by default.

Dunno why they dont pick them up as part of the standard configure
though - one for you I guess !