Camm Maguire wrote: > > Without any path setting? In any case, I jsut checked, and it just > skips the msgfmt calls now, the libintl et.al. stuff is the same.
I still was having problems with libintl not being found, I finally figured out that my makedefs file still had -lintl, I think we need to change h/powerpc-macosx.defs: Index: h/powerpc-macosx.defs =================================================================== RCS file: /sources/gcl/gcl/h/powerpc-macosx.defs,v retrieving revision 1.2.2.3.4.1.10.1 diff -a -u -r1.2.2.3.4.1.10.1 powerpc-macosx.defs --- h/powerpc-macosx.defs 18 Oct 2006 17:08:56 -0000 1.2.2.3.4.1.10.1 +++ h/powerpc-macosx.defs 2 Nov 2006 23:16:54 -0000 @@ -6,7 +6,7 @@ # Set this to avoid warnings when linking against libncurses. # This is due to the requirements of the two level namespace. -LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'` -lintl +LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'` # Set this for the linker to operate correctly. MACOSX_DEPLOYMENT_TARGET = 10.2 now gcl-2.6.8pre builds on my PowerPC Mac OS X 10.4.8 machine. -- 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
