help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Compiling coreutils-5.0 on a Mac Powerbook under OS X


From: John Lowe
Subject: Re: Compiling coreutils-5.0 on a Mac Powerbook under OS X
Date: Mon, 8 Nov 2004 14:46:17 +0000
User-agent: Turnpike/6.04-M (<TKaoyzM7KbYMxulBBfjz9lb5dH>)

In message <20041108132942.GB7319@excession.spiral-arm.org>, James Youngman <jay@excession.spiral-arm.org> writes
On Mon, Nov 08, 2004 at 12:10:53PM +0000, John Lowe wrote:
In message <85lldcehhd.fsf@pi.meyering.net>, Jim Meyering
<jim@meyering.net> writes

>It looks like you're using an apple-modified version of gcc.
>What does `gcc -v' print?  And `uname -a'?
>
>If you can compile with a stock version of gcc -- or another C
>compiler altogether -- you'll probably have better luck.
>
>Please post the output of running ./configure.

I think you're right about gcc - I'll have to see what I can find.
========================================================================
gcc -v:

Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 20020420
(prerelease)

You can switch to GCC 2.95 instead, as below :-

Mac OS X
--------

According to Brad Crittenden, GNU CSSC fails to compile under Mac OS X
with the default compiler (GCC 3.1).  However, it does work with the
alternate compiler, GCC 2.95.  To switch compilers, execute the
command "sudo gcc_select 2".  To switch back, issue the command "sudo
gcc_select 3".  You may also find it helpful to read the Porting Guide
at
<http://developer.apple.com/techpubs/macosx/Darwin/GettingStarted/Portin
gUNIX/intro/index.html>.

I couldn't get to that. Is it the same as:

<http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/
intro/chapter_1_section_1.html>?

If you attempt to compile with GCC 3.1. you may see the following error :-
g++ -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c file.cc
filelock.h:50: storage size of `_ZTI9file_lock' isn't known

I don't know how to fix this error in any other way than to use GCC
version 2.95 instead, as described above.

OK - I tried that with these results (I redid the ./configure just to be sure):
========================================================================
$ sudo gcc_select 2

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these two things:

        #1) Respect the privacy of others.
        #2) Think before you type.

Password:
Current default compiler is now gcc2.
$ pwd
/Users/johnlowe/coreutils-5.2.1/src
$ cd ..
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for desired default level of POSIX conformance... none-specified checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
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 for perl5.003 or newer... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for ranlib... ranlib
checking whether ln -s works... yes
checking build system type... powerpc-apple-darwin7.4.0
checking host system type... powerpc-apple-darwin7.4.0
checking for uname... yes
checking for chroot... yes
checking for gethostid... yes
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for function prototypes... yes
checking for string.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for inline... inline
checking for working long double with more range or precision than double... no checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking hurd.h usability... no
checking hurd.h presence... no
checking for hurd.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking sys/fstyp.h usability... no
checking sys/fstyp.h presence... no
checking for sys/fstyp.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... no
checking sys/statvfs.h presence... no
checking for sys/statvfs.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct stat.st_blocks... yes
checking whether stat file-mode macros are broken... no
checking for nanoseconds member of struct stat.st_mtim... no
checking for st_dm_mode in struct stat... no
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking whether sys/types.h defines makedev... yes
checking host operating system... Darwin
checking whether to enable assertions... yes
checking for sys/time.h... (cached) yes
checking for utime.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for struct utimbuf... yes
checking for d_type member in directory struct... yes
checking for d_ino member in directory struct... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for memory.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... no
checking utmpx.h presence... no
checking for utmpx.h... no
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether geteuid is declared... yes
checking whether getgrgid is declared... yes
checking whether getlogin is declared... yes
checking whether getpwuid is declared... yes
checking whether getuid is declared... yes
checking whether getutent is declared... no
checking whether lseek is declared... yes
checking whether malloc is declared... yes
checking whether memchr is declared... yes
checking whether memrchr is declared... no
checking whether nanosleep is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... no
checking whether strndup is declared... no
checking whether strnlen is declared... no
checking whether strstr is declared... yes
checking whether strtoul is declared... yes
checking whether strtoull is declared... yes
checking whether ttyname is declared... yes
checking for getline... no
checking for getdelim... no
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking whether mkdir fails due to a trailing slash... no
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether getenv is declared... (cached) yes
checking for mkstemp... yes
checking for mkstemp limitations... no
checking whether closedir returns void... no
checking whether system is Windows or MSDOS... no
checking for long file names... yes
checking for d_ino member in directory struct... (cached) yes
checking for pathconf... yes
checking for netdb.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for inet_ntoa... yes
checking whether strerror_r is declared... no
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for error_at_line... no
checking for isascii... yes
checking for sys/param.h... (cached) yes
checking for struct stat.st_blocks... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/vfs.h... (cached) no
checking for sys/fs_types.h... (cached) no
checking how to get filesystem space usage...
checking for statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes checking dustat.h usability... no
checking dustat.h presence... no
checking for dustat.h... no
checking for sys/fs/s5param.h... (cached) no
checking for sys/filsys.h... (cached) no
checking for sys/statfs.h... (cached) no
checking for sys/statvfs.h... (cached) no
checking for statfs that truncates block counts... no
checking for working alloca.h... no
checking for alloca... yes
checking for atexit... yes
checking for dup2... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether euidaccess is declared... no
checking for euidaccess... no
checking for mbstate_t... no
checking for working GNU fnmatch... no
checking whether getenv is declared... (cached) yes
checking for btowc... yes
checking for mbsrtowcs... yes
checking for mempcpy... no
checking for wmempcpy... no
checking wchar.h usability... no
checking wchar.h presence... no
checking for wchar.h... no
checking wctype.h usability... no
checking wctype.h presence... no
checking for wctype.h... no
checking for gethostname... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking stdio_ext.h usability... no
checking stdio_ext.h presence... no
checking for stdio_ext.h... no
checking for getpass... yes
checking for getusershell... yes
checking for memchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for memrchr... no
checking for memset... yes
checking for stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for readlink... yes
checking for rmdir... yes
checking for rpmatch... no
checking for sig2str... no
checking for stpcpy... yes
checking for strcspn... yes
checking for strdup... yes
checking for strndup... no
checking whether strnlen is declared... (cached) no
checking for working strnlen... no
checking for strpbrk... yes
checking for strstr... yes
checking for working strtod... yes
checking for long long... yes
checking whether <inttypes.h> defines strtoimax as a macro... no
checking for strtoimax... yes
checking for strtoll... yes
checking for strtol... yes
checking for strtoull... yes
checking for strtoul... yes
checking whether <inttypes.h> defines strtoumax as a macro... no
checking for strtoumax... yes
checking for strverscmp... no
checking for signed... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... no
checking for intmax_t... yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vasprintf... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking whether time.h and sys/time.h may both be included... (cached) yes checking for struct tm.tm_zone... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking for getpagesize... yes
checking type of array argument to getgroups... (cached) gid_t
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking for localeconv... yes
checking for AFS... no
checking for wchar.h... (cached) no
checking for wctype.h... (cached) no
checking for iswprint... yes
checking for mbsinit... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether wcwidth is declared... no
checking for mbstate_t... (cached) no
checking for working memcmp... yes
checking for working strcoll... yes
checking for listmntent... no
checking for getmntinfo... yes
checking for sys/ucred.h... no
checking for mntent.h... (cached) no
checking for sys/mount.h... (cached) yes
checking for sys/fs_types.h... (cached) no
checking for struct fsstat.f_fstypename... no
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... no
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... no
checking for getfsstat function... no
checking for FIXME existence of three headers... no
checking for getmntinfo function... yes
checking for sys/mntent.h... (cached) no
checking for f_fstypename in struct statfs... yes
checking for obstacks... no
checking for mempcpy... (cached) no
checking for external symbol _system_configuration... no
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... (cached) no
checking for sysmp... no
checking for getsysinfo... no
checking for sysctl... yes
checking for table... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for mbstate_t... (cached) no
checking whether mbrtowc and mbstate_t are properly declared... (cached) no checking for utmp.h... (cached) yes
checking for utmpx.h... (cached) no
checking for utmpname... no
checking for utmpxname... no
checking whether getutent is declared... (cached) no
checking for struct utmpx.ut_user... no
checking for struct utmp.ut_user... no
checking for struct utmpx.ut_name... no
checking for struct utmp.ut_name... yes
checking for struct utmpx.ut_type... no
checking for struct utmp.ut_type... no
checking for struct utmpx.ut_pid... no
checking for struct utmp.ut_pid... no
checking for struct utmpx.ut_id... no
checking for struct utmp.ut_id... no
checking for struct utmpx.ut_exit... no
checking for struct utmp.ut_exit... no
checking for struct utmpx.ut_exit.ut_exit... no
checking for struct utmp.ut_exit.ut_exit... no
checking for struct utmpx.ut_exit.e_exit... no
checking for struct utmp.ut_exit.e_exit... no
checking for struct utmpx.ut_exit.ut_termination... no
checking for struct utmp.ut_exit.ut_termination... no
checking for struct utmpx.ut_exit.e_termination... no
checking for struct utmp.ut_exit.e_termination... no
checking for C/C++ restrict keyword... __restrict
checking for working re_compile_pattern... no
checking for btowc... (cached) yes
checking for pathconf... (cached) yes
checking for fchdir... yes
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for struct timespec... yes
checking for nanoseconds member of struct stat.st_mtim... (cached) no
checking whether nanosleep is declared... (cached) yes
checking determine whether the utimes function works... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for getcwd... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking whether strtoimax is declared... no
checking whether strtoumax is declared... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... no
checking whether getchar_unlocked is declared... no
checking whether putc_unlocked is declared... no
checking whether putchar_unlocked is declared... no
checking whether tzset clobbers localtime buffer... no
checking for strftime... yes
checking for tzset... yes
checking for struct tm.tm_zone... (cached) yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbstate_t... (cached) no
checking whether lstat dereferences a symlink specified with a trailing slash... no checking whether lstat accepts an empty string... no
checking for library containing nanosleep... none required
checking whether nanosleep works... yes
checking for SVID conformant putenv... no
checking whether stat accepts an empty string... no
checking whether utime accepts a null argument... yes
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking for sys/statvfs.h... (cached) no
checking for sys/vfs.h... (cached) no
checking for inttypes.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for statvfs... no
checking for netinet/in.h... (cached) yes
checking for nfs/nfs_clnt.h... no
checking for nfs/vfs.h... no
checking for struct statfs.f_basetype... no
checking for struct statvfs.f_basetype... no
checking for struct statfs.f_fstypename... yes
checking for struct statfs.f_type... yes
checking for struct statvfs.f_type... no
checking for struct statfs.f_fsid.__val... no
checking for struct statvfs.f_fsid.__val... no
checking for struct statfs.f_namemax... no
checking for struct statvfs.f_namemax... no
checking for struct statfs.f_namelen... no
checking for struct statvfs.f_namelen... no
checking whether rename is broken... no
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for dirfd... no
checking whether dirfd is declared... no
checking whether dirfd is a macro... yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking for acl... no
checking for lchown... no
checking for rmdir-not-empty errno value... 66
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for group_member... no
checking whether link(2) dereferences a symlink specified with a trailing slash... yes checking for stdio_ext.h... (cached) no
checking for __fpending... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for /proc/uptime... no
checking for ftruncate... yes
checking whether getcwd is declared... yes
checking whether getcwd properly handles paths longer than PATH_MAX... yes checking for working readdir... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for string.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stddef.h... (cached) yes
checking for resolvepath... no
checking for canonicalize_file_name... no
checking whether free (NULL) is known to work... yes
checking for struct stat.st_author... no
checking for struct stat.st_blksize... yes
checking for ino_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for major_t... no
checking for minor_t... no
checking for getloadavg... (cached) yes
checking for pstat_getdynamic... (cached) no
checking for kstat_open in -lkstat... (cached) no
checking for getloadavg... (cached) yes
checking whether getloadavg requires setgid... (cached) no
checking for raise... yes
checking whether setvbuf arguments are reversed... no
checking for gettimeofday... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for endgrent... yes
checking for endpwent... yes
checking for fdatasync... no
checking for ftruncate... (cached) yes
checking for gethrtime... no
checking for hasmntopt... no
checking for isascii... (cached) yes
checking for iswspace... yes
checking for lchown... (cached) no
checking for listmntent... (cached) no
checking for localeconv... (cached) yes
checking for memcpy... (cached) yes
checking for mempcpy... (cached) no
checking for mkfifo... yes
checking for realpath... yes
checking for sethostname... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for sysctl... (cached) yes
checking for sysinfo... no
checking for wcrtomb... yes
checking for tzset... (cached) yes
checking for setreuid... yes
checking for setregid... yes
checking for working strtod... (cached) yes
checking for nl_langinfo and CODESET... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for iconv... no, consider installing GNU libiconv
checking whether a running program can be unlinked... yes
checking for fchdir... (cached) yes
checking for fchown... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking POSIX termios... yes
checking whether use of struct winsize requires sys/ptem.h... no
checking whether localtime caches TZ... yes
checking for initgroups... yes
checking for syslog... yes
checking for 3-argument setpriority function... yes
checking ut_host in struct utmp... yes
checking for sysctl... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking whether we can get the system boot time... yes
checking POSIX termios... (cached) yes
checking whether use of TIOCGWINSZ requires termios.h... yes
checking whether use of TIOCGWINSZ requires sys/ioctl.h... no
checking whether termios.h needs _XOPEN_SOURCE... no
checking c_line in struct termios... no
checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether use of TIOCGWINSZ requires termios.h... (cached) yes
checking whether strtoimax is declared... (cached) no
checking whether strsignal is declared... no
checking whether sys_siglist is declared... yes
checking whether _sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for main in -lypsec... no
checking for main in -lldgc... no
checking for floor... yes
checking for modf... yes
checking for rint... yes
checking for sqrt... yes
checking for fesetround... yes
checking for library containing yp_match... none required
checking for library containing getspnam... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking for struct spwd.sp_pwdp... no
checking for getspnam... no
checking for library containing crypt... none required
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating man/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/basename/Makefile
config.status: creating tests/chgrp/Makefile
config.status: creating tests/chmod/Makefile
config.status: creating tests/chown/Makefile
config.status: creating tests/cp/Makefile
config.status: creating tests/cut/Makefile
config.status: creating tests/date/Makefile
config.status: creating tests/dd/Makefile
config.status: creating tests/dircolors/Makefile
config.status: creating tests/du/Makefile
config.status: creating tests/expr/Makefile
config.status: creating tests/factor/Makefile
config.status: creating tests/fmt/Makefile
config.status: creating tests/head/Makefile
config.status: creating tests/install/Makefile
config.status: creating tests/join/Makefile
config.status: creating tests/ln/Makefile
config.status: creating tests/ls-2/Makefile
config.status: creating tests/ls/Makefile
config.status: creating tests/md5sum/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/mkdir/Makefile
config.status: creating tests/mv/Makefile
config.status: creating tests/od/Makefile
config.status: creating tests/pr/Makefile
config.status: creating tests/rm/Makefile
config.status: creating tests/rmdir/Makefile
config.status: creating tests/seq/Makefile
config.status: creating tests/sha1sum/Makefile
config.status: creating tests/shred/Makefile
config.status: creating tests/sort/Makefile
config.status: creating tests/stty/Makefile
config.status: creating tests/sum/Makefile
config.status: creating tests/tac/Makefile
config.status: creating tests/tail-2/Makefile
config.status: creating tests/tail/Makefile
config.status: creating tests/test/Makefile
config.status: creating tests/touch/Makefile
config.status: creating tests/tr/Makefile
config.status: creating tests/tsort/Makefile
config.status: creating tests/unexpand/Makefile
config.status: creating tests/uniq/Makefile
config.status: creating tests/wc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
$ cd src
$ make nl
source='nl.c' object='nl.o' libtool=no \
depfile='.deps/nl.Po' tmpdepfile='.deps/nl.TPo' \
depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../lib -g -O2 -c nl.c system.h:18: header file 'alloca.h' not found
system.h:62: header file 'localedir.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make: *** [nl.o] Error 1

$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-937.2, based on gcc version 2.95.2 19991024 (release)

$ uname -a
Darwin John-Lowes-Computer.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
========================================================================
--
John Lowe
jrnl@bytetype.co.uk




reply via email to

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