I'm trying to build 5.4.5 on OS X so I can have a 5.4.x to test modules
against.  

I set -Dso=dylib so it can find shared libs.  The hurdle after that was 
getting around the fact that it tries to make both 'makefile' and 'Makefile' 
and gets confused.  Setting -Dfirstmakefile="First_Makefile" to disambiguate 
gets things going.  Configure completes, make depend runs and then make
gets up to x2p which complains "You haven't run a "make depend""!

makedepend does run and does appear to be going into the x2p directory
and says its looking for dependencies in all the necessary files in there
but no .o files result.  I altered makedepend so it didn't delete .deptmp
and it seems to be finding dependencies.

At which point I'm lost.  Anyone have an idea what to do next to move the
build along?


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Don't try the paranormal until you know what's normal.
        -- "Lords and Ladies" by Terry Prachett

Reply via email to