Thomas J. Buhr wrote: > Apache APR, > > I'm following the install article called "Install Subversion on Mac OS X > 10.4 (Tiger) for Intel" at > http://www.spotteddogsoftware.net/Spotted%20Blog/89DAC0BC-4276-4986-9E01-65866FE47F4E.html > and have ran into a problem with the APR step. > > I'm doing the install on a PPC (Powerbook G4) with OS X 10.4.8. I also > have the Xcode v2 tools installed along with the BSD SDK that came with > the Xcode install CD. I get get an error when using the following > configure command: > > CFLAGS="-arch ppc -isysroot /Developer/SDKs/MacOSX.4u.sdk" \./configure > --enable-layout=classic
Just run configure without the extra CFLAGS, it should work fine. -Paul
