I made that change in the configure.ac file where I found the powerpc- apple-darwin*) ARCH="-D__PPC__ -D__MACOSX__" ;; line but it had no affect. Was that the correct configure script?
John On May 23, 2008, at 1:15 PM, Martin Costabel wrote: > John Williams wrote: >> You might be right but I had success following these instructions >> on my old ppc machine: > > The libticables3 sources are not aware of the existence of intel macs. > If you want to compile this, edit the configure script and add after > the line > > powerpc-apple-darwin*) ARCH="-D__PPC__ -D__MACOSX__" ;; > > a line > > i686-apple-darwin*) ARCH="-D__I386__ -D__MACOSX__" ;; > > -- > Martin > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
