On Wed, 27 Oct 1999, Matt Gumbley wrote:
> Hi, my build of dia 0.80 fails to start. The system is Solaris 2.6, egcs
> 2.91-66, gnu make 3.77, binutils 2.9.1, gtk+ 1.2.6, libxml 1.7.3, imlib
> 1.9.7, automake 1.4, autoconf 2.13, libtool 1.3.3, no gnu gettext
> (although that didn't stop the compilation).
Ahh.. Now i see it. The reason is probably that app/Makefile (and .in and
.am) contains the row:
LDFLAGS = --export-dynamic
This should be changed to
LDFLAGS = -export-dynamic
Which is done in the cvs version.
Change this and it will probably work.
/ Alex