[EMAIL PROTECTED] wrote: [] >>> Making all in lisp >>> emacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile >>> gnuplot.el >>> Fatal malloc_jumpstart() error >>> make[2]: *** [gnuplot.elc] Error 1 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >>> ### execution of /var/tmp/tmp.1.s9OVsc failed, exit code 2 >>> >>> I'm using fink 0.28.5. Any help would be appreciated.
Have a look at the output of file /usr/bin/emacs If it does not say "Mach-O executable i386" or something like /usr/bin/emacs: Mach-O universal binary with 2 architectures /usr/bin/emacs (for architecture i386): Mach-O executable i386 /usr/bin/emacs (for architecture ppc7400): Mach-O executable ppc then you might need to rebuild /usr/bin/emacs by running sudo /usr/libexec/dumpemacs -d This is, in principle, done by the postinstall script when you install your system or system updates, but sometimes it doesn't do it right. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
