"Ingolf Jandt" <[EMAIL PROTECTED]> schrieb am 22.02.2008 11:11:31: > > Stephen Compall <[EMAIL PROTECTED]> schrieb am 22.02.2008 06:35:16: > > ... > > Please install GMP and try it then. > Ok. I will try (later today or perhaps not before tomorrow). > > ... > > I will report the result of installing gmp.
That was easyer said then done. I have installed gmp according to the instructions in http://images.apple.com/acg/pdf/20070219_mpfloat5.pdf (section Configuring GMP for 64-bit Intel) -- wich worked well. However the ./configure of smalltalk reports "libgmp.la not of required architecture" and falls back to gmp-less implementation. When ./configure-ing with CFLAGS="-m64", gmp is found, but building fails in sigsegv: ... /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -o libsigsegv.la -rpath /usr/local/lib -lc -no-undefined handler.lo stackvma.lo leave.lo dispatcher.lo version.lo gcc -dynamiclib -o .libs/libsigsegv.0.0.0.dylib .libs/handler.o .libs/stackvma.o .libs/leave.o .libs/dispatcher.o .libs/version.o -lc -m64 -install_name /usr/local/lib/libsigsegv.0.dylib -compatibility_version 1 -current_version 1.0 Undefined symbols: "_vm_region", referenced from: _sigsegv_get_vma in stackvma.o ld: symbol(s) not found collect2: ld returned 1 exit status make[4]: *** [libsigsegv.la] Error 1 ... ingolf _________________________________________________________________________ In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
