Hi All
I attempted to install ncftp as instructed by SVN 15 June 07. On a lfs system
using SVN 15 June 07, i.e. glibc 2.5 and gcc 4.1.2. However, the ncftp version
has been updated on www.ncftp.com/ncftp so I attempted to use the instructions
to the new version as well as the older version I had from last year. During
the configure ncftp complained that there was no such file as /bin/rm. So I
tried --bindir=/usr/bin along with the prefix instruction. It still came up
with the same problem. I googled but didn't find anything so I simply put a
symlink in /bin to /usr/bin/ which fixed that issue. However it also looked
for ls and ln so I did the same for them too.
Great I got it compiled and installed! Or so I thought. No, it put it in
/usr. Not sure where the libraries were placed but I moved the files from /usr
to /usr/bin. Thus I'm left with a few questions:
As the paths in the new system appear to be OK, have I left out some step along
the way?
What configure switch might have given the correct pointer to the rm ls and ln
programs?
I noted that the configure script also complained about some flags not being
set, where do I find some examples of setting such flags such as, CC CPPFLAGS
etc?
Here's the output: (Whoops, it appears I've copied over the successful output).
loading cache ./config.cache
checking if you set and exported the environment variable CC... no (you may
want to do that since configure scripts look for gcc first)
checking for environment variable CFLAGS... -O2 -march=athlon-xp -pipe
-fomit-frame-pointer
checking for environment variable CPPFLAGS... no
checking for environment variable LDFLAGS... no
checking for environment variable LIBS... no
checking version of C library... glibc2.5
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O2 -march=athlon-xp -pipe
-fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -O2 -march=athlon-xp -pipe
-fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking if the C compiler can use precompiled headers... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking the version of GCC... (cached) 4.1.2
checking if we should customize your CFLAGS environment variable... no
checking for ldd... (cached) yes
checking if compiled programs use a shared library version of libgcc...
(cached) no
checking if this is a debug build... no
checking NOOPTCFLAGS... -O0 -march=athlon-xp -pipe -fomit-frame-pointer
-Wno-format-y2k
checking DEBUGCFLAGS... -g -march=athlon-xp -pipe -fomit-frame-pointer
-Wno-format-y2k
checking CFLAGS... -O2 -march=athlon-xp -pipe -fomit-frame-pointer
-Wno-format-y2k
checking if we should add to CFLAGS for LFS64 support... -D_LARGEFILE64_SOURCE
-O2 -march=athlon-xp -pipe -fomit-frame-pointer -Wno-format-y2k
checking if we should add -D_REENTRANT to CFLAGS... -D_REENTRANT
-D_LARGEFILE64_SOURCE -O2 -march=athlon-xp -pipe -fomit-frame-pointer
-Wno-format-y2k
checking for strip... strip
checking for object suffix... (cached) o
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for ANSI C header files... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for gnu/libc-version.h... (cached) yes
checking for locale.h... (cached) yes
checking for net/errno.h... (cached) no
checking for nserve.h... (cached) no
checking for resolv.h... (cached) yes
checking for sgtty.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for syslog.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/systeminfo.h... (cached) no
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for time.h... (cached) yes
checking for utime.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/un.h... (cached) yes
checking for UNIX domain sockets... (cached) yes
checking for sun_len field in struct sockaddr_un... (cached) no
checking for strerror... (cached) yes
checking for socket... (cached) yes
checking for gethostbyname... (cached) yes
checking if we need to look for a separate DNS resolver library... (cached) no
checking if SOCKS5 will be used... no
checking for curses library headers... checking for ncurses.h... (cached) yes
checking for curses.h... (cached) yes
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking for sgtty.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for curses library... yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for off_t... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking what type main() should return... (cached) int
checking for 64-bit integral type: long long... yes
checking how to print a 64-bit integral type... %lld
checking how to scan a 64-bit integral type... %lld
checking if everything was available to use the 64-bit integral type... yes
checking what type the tv_sec field of struct timeval is... (cached) long
checking what type the tv_usec field of struct timeval is... (cached) long
checking for perl... (cached) /usr/bin/perl
checking for mktemp... (cached) /usr/bin/mktemp
checking for return type from write... (cached) ssize_t
checking for size parameter to write... (cached) size_t
checking for return type from send... (cached) ssize_t
checking for size parameter to send... (cached) size_t
checking for size parameter to connect... (cached) socklen_t
checking for size parameter to setsockopt... (cached) socklen_t
checking for backlog parameter to listen... (cached) int
checking for seconds parameter to alarm... (cached) unsigned int
checking for address parameter to gethostbyaddr... (cached) const struct
in_addr *
checking for size parameter to gethostname... (cached) size_t
checking types of arguments for select()... (cached) int,fd_set *,struct
timeval *
checking for struct stat64... yes
checking for sig_atomic_t... yes
checking how to access getopt() global variables... (cached) automatic
checking for useable _res global variable... yes
checking for struct cmsghdr... (cached) yes
checking for msg_control field in struct msghdr... (cached) yes
checking for msg_accrights field in struct msghdr... (cached) no
checking for sys/time.h... (cached) yes
checking for getcwd... (cached) yes
checking for getwd... (cached) yes
checking for fstat64... (cached) yes
checking for getdomainname... (cached) yes
checking for gethostname... (cached) yes
checking for getpass... (cached) yes
checking for getpassphrase... (cached) no
checking for gnu_get_libc_release... (cached) yes
checking for gnu_get_libc_version... (cached) yes
checking for inet_aton... (cached) yes
checking for inet_ntop... (cached) yes
checking for llseek... (cached) yes
checking for lseek64... (cached) yes
checking for lstat64... (cached) yes
checking for memmove... (cached) yes
checking for mktime... (cached) yes
checking for open64... (cached) yes
checking for pathconf... (cached) yes
checking for readlink... (cached) yes
checking for res_init... (cached) no
checking for setlocale... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for setsid... (cached) yes
checking for setvbuf... (cached) yes
checking for sigaction... (cached) yes
checking for sigsetjmp... (cached) no
checking for stat64... (cached) yes
checking for strcasecmp... (cached) yes
checking for strcoll... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strncoll... (cached) no
checking for strstr... (cached) yes
checking for strtoq... (cached) yes
checking for symlink... (cached) yes
checking for sysconf... (cached) yes
checking for sysctl... (cached) yes
checking for sysinfo... (cached) yes
checking for syslog... (cached) yes
checking for tcgetattr... (cached) yes
checking for uname... (cached) yes
checking for waitpid... (cached) yes
checking for gethostbyaddr_r... (cached) yes
checking for gethostbyname_r... (cached) yes
checking for gethostbyname2_r... (cached) yes
checking for getlogin_r... (cached) yes
checking for getpwnam_r... (cached) yes
checking for _posix_getpwnam_r... (cached) no
checking for getpwuid_r... (cached) yes
checking for _posix_getpwuid_r... (cached) no
checking for getservbyname_r... (cached) yes
checking for getservbyport_r... (cached) yes
checking for gmtime_r... (cached) yes
checking for localtime_r... (cached) yes
checking for readdir_r... (cached) yes
checking for snprintf... yes
checking for vsnprintf... yes
checking if snprintf works correctly... yes
checking what snprintf() returns... length of data written
checking for sigsetjmp and siglongjmp... (cached) yes
checking if setpgrp behavior needs to be checked... no
checking whether setvbuf behavior can be checked... yes
checking whether setvbuf arguments are reversed... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking string parameter to waddstr... (cached) const char *
checking whether curses structure has maxx or _maxx field... _maxx
checking for getcurx() functionality in curses library... yes
checking for getyx() functionality in curses library... yes
checking for getmaxx() functionality in curses library... yes
checking for getmaxyx() functionality in curses library... yes
checking for getbegx() functionality in curses library... yes
checking for getbegyx() functionality in curses library... yes
checking for touchwin() functionality in curses library... yes
checking for beep() functionality in curses library... yes
checking for keypad... (cached) yes
checking for nodelay... (cached) yes
checking for curs_set... (cached) yes
checking for doupdate... (cached) yes
checking for wnoutrefresh... (cached) yes
checking for long file names... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for gtar... (cached) /bin/tar
checking how to create TAR files... /bin/tar -c --owner=root --group=root
--verbose -f
checking for ranlib... (cached) ranlib
checking for ar... ar
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for pwd... (cached) /usr/bin/pwd
checking for ccdv... /home/gena/src/ncftp-3.2.0/ccdv
checking if shell can test for symlinks... (cached) yes
creating ./config.status
creating Makefile
creating Makefile.bin
creating ncftp/Makefile
creating libncftp/Makefile
creating Strn/Makefile
creating sio/Makefile
creating sh_util/Makefile
creating vis/Makefile
creating config.h
config.h is unchanged
Gena
Amateur Call: M 0 E B P
VOIP / IM: gena1959uk
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page