problems building for x86_64

Carl Nygard <[email protected]> Mon, 10 Jan 2005 23:24:47 -0500
Newsgroups gmane.comp.gnome.gnomemm
Message-ID <1105417487.3743.91.camel@traveler>
there are problems building libglademm-2.2.0 on FC2/x86_64 platform.
There is a problem with the generated configure on x86_64 resulting in
multiply defined symbols (caused by lack of -nostdlib arg to linker).

The workaround is to do:
rm libtool
aclocal
libtoolize
autoconf
configure

but once I do that, configure gives problems because:
AL_ACLOCAL_INCLUDE(scripts) line is not translated by m4 and gives bash
error when running configure

Can someone help me out with getting configure to generate properly?  

BTW, gtkmm will have the same problems, but luckily it compiled from the
tarball.

-- 
Carl Nygard <[email protected]>