sebastinas / yafc

Yafc is yet another ftp client (with some handy features)
Other
45 stars 16 forks source link

infinite recursion in libtool #1

Closed dstahlke closed 13 years ago

dstahlke commented 13 years ago

On Fedora 15 I get the following while trying to compile yafc:

/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o yafc main.o alias.o cmd.o commands.o completion.o get.o fxp.o gvars.o lglob.o help.o input.o local.o login.o list.o put.o rm.o tag.o redir.o prompt.o transfer.o rc.o set.o ltag.o bookmark.o utils.o ftp/libftp.a libmhe/libmhe.a ../lib/libfoo.a ../libtool: fork: retry: No child processes ../libtool: fork: retry: No child processes ../libtool: fork: retry: No child processes ../libtool: fork: retry: No child processes

I can get it to compile by editing the Makefile to use /usr/bin/libtool.

sebastinas commented 13 years ago

Updating the files in support should fix this issue too.