Issue status update for
http://smalltalk.gnu.org/node/885 Post a follow up: http://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 Make ends with a couple of hard errors. Configure ran to the end, but with many warnings. Not sure how to troubleshoot this. I reran make, and here is the output. By the way, same result with 3.2.5. Marks-iMac:smalltalk-3.2.90 markwallace$ make /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in lib-src make[2]: Nothing to be done for `all'. Making all in lightning ln -s -f ./i386/asm-i386.h asm-i386.h ln -s -f ./i386/core-i386.h core-i386.h Making all in snprintfv /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in snprintfv /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[4]: Nothing to be done for `all-am'. Making all in libgst /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am Making all in . ./gst --no-user-files --kernel-dir "./kernel" --image gst.im -iQ /dev/null make[2]: *** [gst.im] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 _______________________________________________ help-smalltalk mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/help-smalltalk |
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$ _______________________________________________ help-smalltalk mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/help-smalltalk |
> On 13 May 2015, at 01:02, Mark Wallace <[hidden email]> wrote: > > checking for lt_dlopen in -lltdl... no > configure: error: libltdl is required to compile GNU Smalltalk > Marks-iMac:smalltalk-3.2.90 markwallace$ this is a mandatory library, you will need to install it and it needs to be a 32bit library as well. _______________________________________________ help-smalltalk mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |