Hi. I had/have some problems compiling dia-0.83 under Redhat 5.2 (heavily upgraded, e.g. gnome-1.0.53). Here are the topics: - First, i tried to compile without gnome support. dia found some "popt" library to be used instead, but two function were not found in my library. app_procs.o: In function `app_init': app_procs.c:161: undefined reference to `poptSetOtherOptionHelp' app_procs.c:171: undefined reference to `poptPrintHelp' I have popt-1.1.1 installed as a part of my Redhat 5.2 installation, and upgrading would probably solve the problem. However, popt does not seem as an officially distributed package. Redhat (ftp://ftp.redhat.com/pub/redhat/code/popt) carries up to version 1.2, but searches on the Web find 1.4 tarballs and even 1.5 rpm. What version is required and where to find it? At least, you should check for the functions above, before deciding to link with popt. - Compiling with gnome-print failed due to missing paginate_gnomeprint.h. Probably a distribution thing. - Finally, after compiling with gnome support only, i got a binary. However, it segfaulted immediatly after launch. Here's the trace: #0 0x40280644 in gdk_colormap_get_system () from /opt/gtk+-1.2.6/lib/libgdk-1.2.so.0 #1 0x40153dc6 in gtk_widget_get_default_colormap () from /opt/gtk+-1.2.6/lib/libgtk-1.2.so.0 #2 0x80754c3 in color_init () at color.c:33 #3 0x8059d42 in app_init (argc=1, argv=0xbffff754) at app_procs.c:185 #4 0x8066e52 in main (argc=1, argv=0xbffff754) at main.c:28 I don't know if it's a gtk thing og a dia thing. Med venlig hilsen, Lars Christensen [EMAIL PROTECTED] http://www.cs.auc.dk/~larsch/
