On 17:19 Sun 24 Sep, Arnie Stender wrote: > Hmm, I wasn't paying any attention. The first thing in the line for each > of these should be an address. The 'U' means undefined, are you saying > you were able to compile without errors with this version of > /opt/gnome-2.14/lib/libgnome-2.so? >
Hi Arnie, the U should be right because the various symbols are defined in popt, for example: [EMAIL PROTECTED] ~$ nm /usr/lib/libpopt.so | grep poptBadOption 0000429c T poptBadOption However I have the same version of gnome installed with no problems. Sorry I can't help more, but why don't you try to ask in a gnome mail list and see if someone have an idea about this? For example in libgnome/gnome-program.h I read: #ifndef GNOME_DISABLE_DEPRECATED #define GNOME_PARAM_POPT_TABLE "popt-table" #define GNOME_PARAM_POPT_FLAGS "popt-flags" #define GNOME_PARAM_POPT_CONTEXT "popt-context" #endif and in libgnome/Makefile*: -DG_DISABLE_DEPRECATED but no idea if it's related with your problem or not. Good luck, Alessandro. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
