Subject: galeon compilation (still) fails (on i386)
To: None <current-users@netbsd.org>
From: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 11/28/2003 23:00:36
Hi!

I just tried it again 'cause pkgsrc/www/{mozilla,galeon} seems to
updated recently, but after successful compilation of mozilla (1.5.1)
galeon's still fails with:

  checking for gdk_superwin_get_type in -lgtksuperwin... yes
  checking for gtk_moz_embed_get_type in -lgtkembedmoz... no
  checking for Mozilla... no
  configure: error:
        *** Mozilla 1.3 is required
        *** A package for 1.3 is available here:
        *** http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.3/.

In galeon's config.log the error seems to be within:

  configure:12453: checking for gtk_moz_embed_get_type in -lgtkembedmoz
  configure:12484: cc -o conftest  -march=athlon-mp -O2 -I/usr/pkg/include -I/usr/X11R6/i\
  nclude -I/usr/pkg/include/mozilla  -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/inclu\
  de/gdk-pixbuf-1.0 -I/usr/X11R6/include/freetype2  -I/usr/pkg/include -I/usr/X11R6/inclu\
  de  -Wl,-R/usr/lib  -Wl,-R/usr/pkg/lib/mozilla -Wl,-E -L/usr/pkg/lib -Wl,-R/usr/pkg/lib\
   -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -L/usr/pkg/lib/mozilla -lnspr4 -lplc4 -lplds4 -l\
  gtkembedmoz -lxpcom -lgtksuperwin conftest.c -lgtkembedmoz   -lintl >&5
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_GetIP'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_Resume_or_Rethrow'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_GetRegionStart'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_Resume'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_DeleteException'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_RaiseException'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_SetIP'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_GetTextRelBase'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_GetLanguageSpecificData'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_SetGR'
  /usr/lib/libstdc++.so.5: undefined reference to `_Unwind_GetDataRelBase'
  configure:12487: $? = 1

Did somebody succeed in compiling galeon on -current? Did I miss
something?

Markus.