Humberto Ortiz-Zuazaga wrote: > root wrote: >>>> http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110301.tar.gz >>>> >>> Hi Humberto, >>> >>> And thanks for providing this binary! >>> My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin >>> Kernel Version 8.8.0, PowerMac7,2 Darwin similar to your >>> configuration I think...) and your binary worked here too! Great!! >> Unfortunately this does not work for me. I get: >> >> dyld: Library not loaded: /usr/X11R6/lib/libSM.6.dylib >> Referenced from: >> /private/var/root/axiom50/powerpc-apple-darwin8.8.0/bin/./AXIOMsys >> Reason: image not found >> >> Tim > > AXIOMsys doesn't need X support does it? I'm going to try to rebuild gcl > without X support and build a new axiom from it. Is there an equivalent > to the linux ldd command on Mac OS? On linux, ldd lists out the dynamic > libraries used by a program. > > I think there is another solution, in XCode, I can specify what kind of > project to build, and one of the options is (I think) a binary that is > compatible with OS X 10.2 or later (I don't know if it's static or uses > compatibility libraries). It may be possible to pass flags to the > command line tools to achieve the same thing. I'll ask around > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Axiom-developer mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/axiom-developer
Well, here's the old AXIOMsys: neverblows:~/src/working humberto$ strings ../axiom-darcs/target/powerpc-apple-darwin8.8.0/bin/AXIOMsys |grep '\.dylib' /usr/X11R6/lib/libXt.6.dylib /usr/X11R6/lib/libXmu.6.dylib /usr/X11R6/lib/libSM.6.dylib /usr/X11R6/lib/libXaw.7.dylib /usr/X11R6/lib/libX11.6.dylib /usr/lib/libSystem.B.dylib /usr/X11R6/lib/libICE.6.dylib /usr/lib/libedit.2.dylib /usr/X11R6/lib/libSM.6.dylib /usr/X11R6/lib/libXext.6.dylib /usr/X11R6/lib/libXext.6.dylib /usr/X11R6/lib/libXt.6.dylib /usr/X11R6/lib/libXmu.6.dylib /usr/X11R6/lib/libICE.6.dylib /usr/lib/libedit.2.dylib /usr/lib/libSystem.B.dylib /usr/X11R6/lib/libX11.6.dylib /usr/X11R6/lib/libXaw.7.dylib and here's the new gcl I just built: neverblows:~/src/working humberto$ strings unixport/saved_gcl |grep '\.dylib' /usr/lib/libedit.2.dylib /usr/lib/libSystem.B.dylib Hopefully, the AXIOMsys I built with this gcl will work. http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110401.tar.gz The configure invocation for GCL is: 552 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin 555 make clean 556 ./configure --prefix=/usr/local --enable-locbfd --disable-statsysbfd --disable-nls --disable-xgcl --disable-x 557 PATH=$PATH:/sw/bin 558 make -- Humberto Ortiz-Zuazaga Programmer-Archaeologist University of Puerto Rico http://www.hpcf.upr.edu/~humberto/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
