PM wrote: [] > Ok. Did this block shed any light on my problem, or did I fail to > capture the offending command? FWIW, I did selfupdate, and I repaired > permission on my disk, to no avail. [] >>> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -no-cpp-precomp -I/sw/include - >>> I../../src/gnc-module -I../../src/engine -I../../src/network-utils - >>> I../../src/app-utils -I../../src -I/sw/include/gtk-1.2 -I/sw/include/ >>> glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -I/sw/include/ >>> gnome-1.0 -I/sw/include/gnome-1.0/libguppitank - >>> DNEED_GNOMESUPPORT_H - >>> I/sw/lib/gnome-libs/include -I/sw/include/orbit-1.0 -I/sw/include/ >>> gnome-xml -I/sw/include/libglade-1.0 -I/usr/X11R6/include/freetype2 - >>> I/sw/include/gdk-pixbuf-1.0 -I/sw/include/glib-1.2 -I/sw/lib/glib/ >>> include -I/sw/include/gnome-xml -I/sw/include/libglade-1.0 -I/sw/ >>> include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/ >>> X11R6/include -I/sw/include/gnome-1.0 -I/usr/X11R6/include -I/usr/ >>> X11R6/include/freetype2 -DNEED_GNOMESUPPORT_H -I/sw/lib/gnome-libs/ >>> include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/ >>> include -I/sw/include/gdk-pixbuf-1.0 -I/sw/include/gnome-xml -I/sw/ >>> include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/ >>> X11R6/include -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/sw/ >>> lib/ >>> gnome-libs/include -I/sw/include/orbit-1.0 -DNEED_GNOMESUPPORT_H - >>> DGTKHTML_HAVE_GCONF -I/sw/include/gtkhtml-1.1 -I/sw/include/gdk- >>> pixbuf-1.0 -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/ >>> glib/include -I/usr/X11R6/include -I/sw/include/gnome-1.0 -I/usr/ >>> X11R6/include/freetype2 -I/sw/lib/gnome-libs/include -I/sw/include/ >>> gnome-xml -I/sw/include/libglade-1.0 -I/sw/include/gconf/1 -I/sw/ >>> include/orbit-1.0 -I /sw/include/g-wrap -g -O2 -MT dialog-utils.lo - >>> MD -MP -MF .deps/dialog-utils.Tpo -c dialog-utils.c -fno-common - >>> o .libs/dialog-utils.o >>> dialog-utils.c: In function 'gnc_glade_autoconnect_full_func': >>> dialog-utils.c:1129: error: 'RTLD_DEFAULT' undeclared (first use in >>> this function)
The macro RTLD_DEFAULT is defined in /usr/include/dlfcn.h. Maybe yours is damaged, or you have some other dlfcn.h sitting in /usr/local/include that gets included instead of the right one. IIRC some of openoffice pakcages were notorious for installing ancient versions of dlfcn.h into /usr/local/include. -- Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
