[Java-gnome-developer] Re: java-gnome-developer digest, Vol 1 #562 - 4 msgs
Brought to you by:
afcowie
From: necrosoft <nec...@sl...> - 2004-10-20 18:33:01
|
>weird it seems you are compiling libgnome 2.7 and it tries to link with >a libgnome version which doesn't contain that symbol. > >--=20 >Luca De Rugeriis <pie...@fa...> > > Hi! You have reason, my dir name is wrong...Anyway i have still this problem with libgnome2.7.4 and 2.8.0. libgtk is ok. jni/org_gnu_gnome_IconList.o(.text+0x56b): In function `Java_org_gnu_gnome_IconList_gnome_1icon_1list_1select_1all': : undefined reference to `gnome_icon_list_select_all' jni/org_gnu_gnome_PasswordDialog.o(.text+0x323): In function `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1set_1show_1userpass_1buttons': : undefined reference to `gnome_password_dialog_set_show_userpass_buttons' collect2: ld returned 1 exit status make[1]: *** [../lib/libgnomejava2.7.so.2.7.4] Error 1 make[1]: Leaving directory `/path/libgnome-java-2.7.4/src' make: *** [distro] Error 2 i try export LD_LIBRARY_PATH=$LD_LIBRARY_PATH=/path/libgnome-java-2.7.4/lib & LD_LIBRARY_PATH=$LD_LIBRARY_PATH=/path/libgnome-java-2.7.4/src/jni Still don't work. The problem is the same... TNX! |