Results 1 to 8 of 8

Thread: gftp compiling from source prob

  1. #1
    Associate
    Join Date
    Sep 2002
    Posts
    31

    gftp compiling from source prob

    I'm trying to compile gftp from source
    I first do
    ./configure => no errors
    make => I can see he enters a dir then goes out of it then I see gcc compiling stuff
    these are my last lines
    gcc -g -O2 -o gftp-gtk bookmarks.o chmod_dialog.o delete_dialog.o dnd.o gftp-gtk.o menu-items.o misc-gtk.o mkdir_dialog.o options_dialog.o rename_dialog.o transfer.o view_dialog.o ../../lib/libgftp.a -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lpthread -lnsl -lm
    make[3]: Weggaan uit map `/home/kemu/gftp-2.0.13/src/gtk'
    make[3]: Binnengaan van map `/home/kemu/gftp-2.0.13/src'
    make[3]: Niets te doen voor `all-am'.
    make[3]: Weggaan uit map `/home/kemu/gftp-2.0.13/src'
    make[2]: Weggaan uit map `/home/kemu/gftp-2.0.13/src'
    make[2]: Binnengaan van map `/home/kemu/gftp-2.0.13'
    make[2]: Weggaan uit map `/home/kemu/gftp-2.0.13'
    make[1]: Weggaan uit map `/home/kemu/gftp-2.0.13'

    weggaan uit map means leave dir
    niets te doen voor means nothing to do for
    binnengaan van map means enter dir

    then I do make install (as root)
    and I get these as last lines

    make[3]: *** [install-pkgdataDATA] Fout 1
    make[3]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[2]: *** [install-am] Fout 2
    make[2]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[1]: *** [install-recursive] Fout 1
    make[1]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs'
    make: *** [install-recursive] Fout 1

    when I try to run gtp from command line I get this error

    Error: Can't find gFTP binaries installed in /usr/local/bin

    help needed
    plz

  2. #2

    Re:gftp compiling from source prob

    The compilation stage seems to be ok. Can you post the error messages before that first "error 1" during the make install phase (hey, I managed to translate that all by myself ).

  3. #3
    Associate
    Join Date
    Sep 2002
    Posts
    31

    Re:gftp compiling from source prob

    Code:
    [root@localhost gftp-2.0.13]# make install
    Making install in docs
    make[1]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs'
    Making install in sample.gftp
    make[2]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[3]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[3]: Niets te doen voor `install-exec-am'.
    /bin/sh ../../mkinstalldirs /usr/local/share/gftp
    /bin/sh ../../mkinstalldirs /usr/local/share/gftp
     /usr/bin/install -c -m 644 ./COPYING /usr/local/share/gftp/COPYING
     /usr/bin/install -c -m 644 ./bookmarks /usr/local/share/gftp/bookmarks
     /usr/bin/install -c -m 644 ./connect.xpm /usr/local/share/gftp/connect.xpm
     /usr/bin/install -c -m 644 ./deb.xpm /usr/local/share/gftp/deb.xpm
     /usr/bin/install -c -m 644 ./diff.xpm /usr/local/share/gftp/diff.xpm
     /usr/bin/install -c -m 644 ./dir.xpm /usr/local/share/gftp/dir.xpm
     /usr/bin/install -c -m 644 ./doc.xpm /usr/local/share/gftp/doc.xpm
     /usr/bin/install -c -m 644 ./dotdot.xpm /usr/local/share/gftp/dotdot.xpm
     /usr/bin/install -c -m 644 ./down.xpm /usr/local/share/gftp/down.xpm
     /usr/bin/install -c -m 644 ./exe.xpm /usr/local/share/gftp/exe.xpm
     /usr/bin/install -c -m 644 ./gftp-logo.xpm /usr/local/share/gftp/gftp-logo.xpm
     /usr/bin/install -c -m 644 ./gftp.xpm /usr/local/share/gftp/gftp.xpm
     /usr/bin/install -c -m 644 ./gftprc /usr/local/share/gftp/gftprc
     /usr/bin/install -c -m 644 ./img.xpm /usr/local/share/gftp/img.xpm
     /usr/bin/install -c -m 644 ./left.xpm /usr/local/share/gftp/left.xpm
     /usr/bin/install -c -m 644 ./linkdir.xpm /usr/local/share/gftp/linkdir.xpm
     /usr/bin/install -c -m 644 ./linkfile.xpm /usr/local/share/gftp/linkfile.xpm
     /usr/bin/install -c -m 644 ./man.xpm /usr/local/share/gftp/man.xpm
     /usr/bin/install -c -m 644 ./open_dir.xpm /usr/local/share/gftp/open_dir.xpm
     /usr/bin/install -c -m 644 ./right.xpm /usr/local/share/gftp/right.xpm
     /usr/bin/install -c -m 644 ./rpm.xpm /usr/local/share/gftp/rpm.xpm
     /usr/bin/install -c -m 644 ./stop.xpm /usr/local/share/gftp/stop.xpm
     /usr/bin/install -c -m 644 ./tar.xpm /usr/local/share/gftp/tar.xpm
     /usr/bin/install -c -m 644 ./txt.xpm /usr/local/share/gftp/txt.xpm
     /usr/bin/install -c -m 644 ./sound.xpm /usr/local/share/gftp/sound.xpm
     /usr/bin/install -c -m 644 ./up.xpm /usr/local/share/gftp/up.xpm
     /usr/bin/install -c -m 644 ./world.xpm /usr/local/share/gftp/world.xpm
    make[3]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[2]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs/sample.gftp'
    make[2]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs'
    make[3]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs'
    make[3]: Niets te doen voor `install-exec-am'.
    make  install-man1
    make[4]: Binnengaan van map `/home/kemu/gftp-2.0.13/docs'
    /bin/sh ../mkinstalldirs /usr/local/man/man1
     /usr/bin/install -c -m 644 ./gftp.1 /usr/local/man/man1/gftp.1
    /usr/bin/install: writing `/usr/local/man/man1/gftp.1': Geen ruimte meer op apparaat
    make[4]: *** [install-man1] Fout 1
    make[4]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs'
    make[3]: *** [install-man] Fout 2
    make[3]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs'
    make[2]: *** [install-am] Fout 2
    make[2]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs'
    make[1]: *** [install-recursive] Fout 1
    make[1]: Weggaan uit map `/home/kemu/gftp-2.0.13/docs'
    this is all the code I get when I do make install

  4. #4

    Re:gftp compiling from source prob

    Ok, it has failed whilst trying to install the documentation and hasn't even attempted the binaries.
    Can you translate "Geen ruimte meer op apparaat"?

  5. #5
    Associate
    Join Date
    Sep 2002
    Posts
    31

    Re:gftp compiling from source prob

    hehe so stupid of me
    it means no more speace on the machine

  6. #6

    Re:gftp compiling from source prob

    LOL, I tried to guess what it might be but I would never have thought of that.

  7. #7
    Guest

    Re:gftp compiling from source prob

    hey.. another dutch speaking member
    are u from belgium or from holland?

  8. #8
    Guest

    Re:gftp compiling from source prob

    heb juist uw profiel bekeken
    eindelijk ben ik niet meer den enigste belg

Similar Threads

  1. Need help installing gnu make 3.80.0(fixed)
    By AljoshaNL in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 08-19-2005, 11:51 AM
  2. Frog Wienies
    By kavarogep in forum General Chat
    Replies: 26
    Last Post: 04-29-2003, 01:03 PM
  3. Compiling KDE from source
    By Recondite Phreak in forum Linux - Software, Applications & Programming
    Replies: 11
    Last Post: 04-01-2003, 08:08 PM
  4. slackware source compiling
    By -JhAzEr- in forum Linux - General Topics
    Replies: 1
    Last Post: 03-07-2003, 02:15 AM
  5. compiling qt from source
    By Stuart in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 11-27-2002, 11:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •