Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 1995 07:22:26 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jkh@freefall.cdrom.com
Cc:        CVS-commiters@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com
Subject:   Re: cvs commit: src/usr.sbin/pkg_install/lib ftp.c ftp.h file.c
Message-ID:  <199507301422.HAA01067@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199507300933.CAA00603@freefall.cdrom.com> (jkh@freefall.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Totally eliminate the dependency on libftp (which will be removed from the
 *   FreeBSD source tree) and switch to the internal ftp routines developed
 *   by Poul-Henning and used in sysinstall.

Still something wrong, Jordan....

Satoshi
-------
>> make
===> lib
===> add
cc -O2 -m486 -pipe  -I/net/freefall/a/asami/pkg_install/add/../lib    -o pkg_add main.o perform.o futil.o extract.o  -L/net/freefall/a/asami/pkg_install/add/../lib -linstall
file.o: Undefined symbol `_FtpInit' referenced from text segment
file.o: Undefined symbol `_FtpOpen' referenced from text segment
file.o: Undefined symbol `_FtpChdir' referenced from text segment
file.o: Undefined symbol `_FtpGet' referenced from text segment
file.o: Undefined symbol `_FtpEof' referenced from text segment
file.o: Undefined symbol `_FtpClose' referenced from text segment
*** Error code 1

Stop.
*** Error code 1

Stop.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507301422.HAA01067>