Ty John wrote: > Not sure if this is the correct ML but its the only one I'm subscribed > to right now. > I'm trying to compile the gtk engine, murrine from git but keep getting > a syntax error in the configure script. > > checking whether the g77 linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... solaris2.11 ld.so > checking how to hardcode library paths into programs... immediate > ./configure: line 19782: syntax error at line 19806: `(' unexpected > > Line 19786 looks like this: > LIBTOOL='$(SHELL) $(top_builddir)/libtool' > > > Line 19806 looks like this: > AC_PROG_INTLTOOL(0.37.1)
That indicates you're missing the intltool.m4 macros that would expand AC_PROG_INTLTOOL into the right shell code calls. Bash/ksh don't know what to do with the unexpanded m4 macro. 'pkg search intltool.m4' suggests installing pkg:/developer/gnome/gettext (aka SUNWgnome-common-devel if you're not on a recent /dev build with the new-style package names). -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org