bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Problem Installing GNU APL 1.1


From: Bob Smith
Subject: [Bug-apl] Problem Installing GNU APL 1.1
Date: Sat, 14 Dec 2013 15:26:32 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Thanks for creating another open source version of APL. I very much welcome it.

I was trying to install version 1.1 onto a 64-bit Ubuntu machine (actually inside a 64-bit VirtualBox running on a Win7/64 machine) and ran into the following. Note that the output from 'make' is short because this is not the first time I ran it.

address@hidden:./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int32_t... yes
checking for int64_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for floor... no
checking for memset... yes
checking for munmap... yes
checking for pow... no
checking for sqrt... no
checking for strchr... yes
checking for strerror... yes
checking for dgelsy_ in -llapack... yes
checking for dcopy_ in -lblas... yes
checking for backtrace in -lexecinfo... no
checking for libintl_gettext in -lintl... no
checking for acosh in -lm... yes
checking for shm_open in -lrt... yes
checking for sem_init in -lpthread... yes
checking for readline in -lreadline... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating po/Makefile
config.status: creating debian/Makefile
config.status: creating debian/source/Makefile
config.status: creating rpm/Makefile
config.status: creating rpm/apl.spec
config.status: creating src/Makefile
config.status: creating src/APs/Makefile
config.status: creating workspaces/Makefile
config.status: creating wslib1/Makefile
config.status: creating wslib2/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

address@hidden:~/Desktop/apl-1.1$ make
make  all-recursive
make[1]: Entering directory `/home/bob/Desktop/apl-1.1'
Making all in src
make[2]: Entering directory `/home/bob/Desktop/apl-1.1/src'
Making all in APs
make[3]: Entering directory `/home/bob/Desktop/apl-1.1/src/APs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bob/Desktop/apl-1.1/src/APs'
make[3]: Entering directory `/home/bob/Desktop/apl-1.1/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/Desktop/apl-1.1/src'
make[2]: Leaving directory `/home/bob/Desktop/apl-1.1/src'
Making all in po
make[2]: Entering directory `/home/bob/Desktop/apl-1.1/po'
make[2]: Leaving directory `/home/bob/Desktop/apl-1.1/po'
Making all in rpm
make[2]: Entering directory `/home/bob/Desktop/apl-1.1/rpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bob/Desktop/apl-1.1/rpm'
Making all in debian
make[2]: Entering directory `/home/bob/Desktop/apl-1.1/debian'
Making all in source
make[3]: Entering directory `/home/bob/Desktop/apl-1.1/debian/source'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bob/Desktop/apl-1.1/debian/source'
make[3]: Entering directory `/home/bob/Desktop/apl-1.1/debian'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/Desktop/apl-1.1/debian'
make[2]: Leaving directory `/home/bob/Desktop/apl-1.1/debian'
make[2]: Entering directory `/home/bob/Desktop/apl-1.1'
make[2]: *** No rule to make target `README-4-compliance', needed by `all-am'. Stop.
make[2]: Leaving directory `/home/bob/Desktop/apl-1.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bob/Desktop/apl-1.1'
make: *** [all] Error 2

I ignored this message and continued with 'make install' and the ran 'apl' with success, so I'm not sure how important this error message is.

--
_______________________________________________________________
Bob Smith - address@hidden
http://www.sudleyplace.com - http://www.nars2000.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]