knoppix@Microknoppix:~$ ./version-check.sh bash, version 4.4.0(1)-release /bin/sh -> /UNIONFS/bin/bash Binutils: (GNU Binutils for Debian) 2.27 bison (GNU Bison) 3.0.4 /usr/bin/yacc -> /usr/bin/bison bzip2, Version 1.0.6, 6-Sept-2010. Coreutils: 8.25 diff (GNU diffutils) 3.5 find (GNU findutils) 4.7.0-git GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4-p2, GNU MP 6.1.1) /usr/bin/awk -> /usr/bin/gawk gcc (Debian 6.2.0-4) 6.2.0 20160914 g++ (Debian 6.2.0-4) 6.2.0 20160914 (Debian GLIBC 2.24-3) 2.24 grep (GNU grep) 2.25 gzip 1.6 Linux version 4.7.9-64 (root@eeepc) (gcc version 6.2.0 20160914 (Debian 6.2.0-4) ) #19 SMP PREEMPT Sat Oct 22 02:39:01 CEST 2016 m4 (GNU M4) 1.4.17 GNU Make 4.1 GNU patch 2.7.5 Perl version='5.24.1'; sed (GNU sed) 4.2.2 tar (GNU tar) 1.29 texi2any (GNU texinfo) 6.3 xz (XZ Utils) 5.1.0alpha g++ compilation OK
I realize not every package is 100% compliant but I'm not sure how to change them on Knoppix without an Internet connection. Thanks, Scott On Mon, May 22, 2017 at 1:05 PM, Bruce Dubbs <[email protected]> wrote: > Scott Szigeti wrote: > >> When starting the first pass install of gcc I get the following error: >> > > checking for sys/stat.h... no >> checking for stdlib.h... no >> checking for string.h... no >> checking for memory.h... no >> checking for strings.h... no >> checking for inttypes.h... no >> checking for stdint.h... no >> checking for unistd.h... no >> 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__... no >> checking how to run the C preprocessor... gcc -E >> checking for inline... no >> checking for special C compiler options needed for large files... no >> checking for _FILE_OFFSET_BITS value needed for large files... unknown >> checking for _LARGE_FILES value needed for large files... unknown >> checking size of void *... 0 >> checking size of short... 0 >> checking size of int... 0 >> checking size of long... 0 >> checking for long long... no >> checking for int8_t... no >> checking for int16_t... no >> checking for int32_t... no >> checking for int64_t... no >> checking for long long int... no >> checking for intmax_t... no >> checking for intptr_t... no >> checking for uint8_t... no >> checking for uint16_t... no >> checking for uint32_t... no >> checking for uint64_t... no >> checking for unsigned long long int... no >> checking for uintmax_t... no >> checking for uintptr_t... no >> configure: error: uint64_t or int64_t not found >> > > > It looks like you have not installed all the packages needed in the host > system. All of the above needed values are in /usr/include files. > > What is the output of the script in Section 2.2? > > -- Bruce > > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > > Do not top post on this list. > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > http://en.wikipedia.org/wiki/Posting_style >
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
