Closed dstahlke closed 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.
Updating the files in support should fix this issue too.
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.