help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [bug] Make fails under OS X 10.10.3 (Yosemite)


From: Mark Wallace
Subject: Re: [Help-smalltalk] [bug] Make fails under OS X 10.10.3 (Yosemite)
Date: Tue, 12 May 2015 10:02:10 -0700

Issue status update for http://www.smalltalk.gnu.org/project/issue/885 Post a follow up: http://www.smalltalk.gnu.org/project/comments/add/885

Project:      GNU Smalltalk
Version:      <none>
Component:    Build
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  mark92630
Updated by:   mark92630
Status:       active

I looked at the previous thread (from 2009), and thought I'd try (what I
imagine to be) a 32-bit build, by feeding ./configure this command line:

MAKE=gnumake CFLAGS='-m32' LDFLAGS='-arch i386'

With that, I can't get out of configure, due to the following result (I
*think* only the last dozen lines or so are relevant).

Note: I installed libtools yesterday, so libltdl is definitely there,
and is used in a 64-bit build.



Marks-iMac:smalltalk-3.2.90 markwallace$ ./configure MAKE=gnumake
CFLAGS='-m32' LDFLAGS='-arch i386'
checking whether gnumake supports nested variables... yes
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... (cached) gawk
checking whether gnumake sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0

Build Tools:
checking for style of include used by gnumake... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 -m32 produces any warnings... no
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking whether ln -s works... yes
checking whether ln works... yes
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for windres... no
checking for install-info... /usr/bin/install-info
checking for zip... /usr/bin/zip
checking for timeout... env
checking whether cross-compiling under Wine... no
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
configure: WARNING: Emacs start directory not detected, guessing
configure: WARNING:      /usr/local/share/emacs/site-lisp/site-start.d
configure: WARNING: you may need this in your .emacs or site-start.el
file:
configure: WARNING:      (mapc 'load (directory-files
configure: WARNING: "/usr/local/share/emacs/site-lisp/site-start.d"
configure: WARNING:           t "\.el\'"))
checking where to place Emacs startup files... ${lispdir}/site-start.d
checking for comint.el... yes
checking for GNUTLS... yes
checking for lt_dlopen in -lltdl... no
configure: error: libltdl is required to compile GNU Smalltalk
Marks-iMac:smalltalk-3.2.90 markwallace$





reply via email to

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