Hi,

The logfile you attached has this (see below) in it, which is probably  
what is
causing your problem:

-------------------------------

dvipdf clisp.dvi clisp.pdf
dyld: Library not loaded: /usr/X11R6/lib/libXt.6.dylib
   Referenced from: /usr/local/bin/gs
   Reason: image not found
/usr/local/bin/dvipdf: line 45: 12440 Broken pipe             exec dvips  
-q -f "$infile"
      12441 Trace/BPT trap          | $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE  
-dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite  
-
make[2]: [clisp.pdf] Error 133 (ignored)
-------------------------------

This very strongly suggests that you have a messed up installed
of gs (ghostscript?) on your system.   It's maybe something you
custom installed yourself.  Maxima I think notices that you have
ghostscript so it's trying to build certain documentation.  Possible
solutions:

   (1) remember what's up with /usr/local/bin/gs and deal with it somehow

   (2) delete /usr/local/bin/gs


William


On Mon, 04 Dec 2006 16:32:10 -0800, you wrote:

> Hi,
> I registered with Apple  and downloaded Xtools, used
> the XcodeTools.mpkg ; then typing gcc -v gives
>
> pmmac13:/Developer stanleyburris$ gcc -v
> Using built-in specs.
> Target: powerpc-apple-darwin8
> Configured with:
> /private/var/tmp/gcc/gcc-5367.obj~1/src/configure
> --disable-checking -enable-werror --prefix=/usr
> --mandir=/share/man
> --enable-languages=c,objc,c++,obj-c++
> --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
> --with-gxx-include-dir=/include/c++/4.0.0
> --with-slibdir=/usr/lib --build=powerpc-apple-darwin8
> --host=powerpc-apple-darwin8
> --target=powerpc-apple-darwin8
> Thread model: posix
> gcc version 4.0.1 (Apple Computer, Inc. build 5367)
> pmmac13:/Developer stanleyburris$
>
> Then in the downloaded directory Sage.1.4.1.2 I typed
> "make". But the compilation did not work due  to a
> problem  with loading  CLISP, as noted in the attached
> install.log.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to