[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] Two Questions



Hi All, 

I have been trying to get help with my gftp installation issue from a
variety of sources, none of which seemed to have panned out. Not being a C
programmer, I have not been able to determine what exactly is causing the
Make Install on my gftp implementation to fail (For reference my previous
post to the list has been included below in case anyone has any suggestions.
I am installing onto a RedHat 8.0 system with all of the requirements).  

As there doesn't seem to be any gftp support lately, I was wondering if
someone else on the list could make a recommendation for a good Linux based
FTP client with a GUI. I would be glad to hear about anything. 

Thanks,

Staven  

------------------------------------------------------------------------ 

We currently are using gftp 2.0.13 on a Red Hat Enterprise 3.0 server and
are currently trying to install gftp 2.0.18. I am able to do a build with no
problems, however the make install keeps failing even though I have all of
the required dependencies installed. This is the snipet of the make install
that errors out each time:
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gftp/gftp-2.0.18/src/text'
make[2]: Leaving directory '/tmp/gftp/gftp-2.0.18/src/text'
Making install in gtk
make[2]: Entering directory '/tmp/gftp/gftp-2.0.18/src/gtk'
gcc  -g -O2   -o gftp-gtk  bookmarks.o chmod_dialog.o delete_dialog.o dnd.o
gftp
*	gtk.o gtkui.o gtkui_transfer.o menu-items.o misc-gtk.o
options_dialog.o transfe r.o view_dialog.o ../../lib/libgftp.a
../../lib/fsplib/libfsp.a ../uicommon/libg ftpui.a  -lgtk-x11-2.0
*	lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1 .0
-lpangox-1.0
*	lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lpthr ead
-lutil
*	lnsl -lm -lgthread-2.0 -lcrypto -lssl options_dialog.o: In function
'add_proxy_host':
		/tmp/gftp/gftp-2.0.18/src/gtk/options_dialog.c:989:
undefined reference to
		'gtk_
		window_set_default_icon_from_file'
		collect2: ld returned 1 exit status
		make[2]: *** [gftp-gtk] Error 1
		make[2]: Leaving directory '/tmp/gftp/gftp-2.0.18/src/gtk'
		make[1]: *** [install-recursive] Error 1
		make[1]: Leaving directory '/tmp/gftp/gftp-2.0.18/src'
		make: *** [install-recursive] Error 1

	Has anyone seen this before? Any ideas? 
*	Staven