On 12/20/09, Michael Felt <[email protected]> wrote: > What I consider unfortunate, and again unsure of where the exact problem > lies - or I would try to work out a patch - is that the make install worked > fine before the buildconf - but the wrong file extensions for the modules > (.a rather than .so) are generated, where after buildconf - the correct > files are made, but make install is broken.
You can probably avoid buildconf by setting: ac_cv_build="powerpc-ibm-aix5.3.0.0" ac_cv_build_alias=$ac_cv_build export ac_cv_build ac_cv_build_alias -- Eric Covener [email protected]
