I originally wrote:

>In a new and interesting development the php4 configure is now failing on
this call

>checking for executable suffix... configure: error: installation or
configuration problem: compiler cannot create executables


>commenting the check above out (cuz I'm in a hurry and know that the
compiler works)
causes the configure to complete w/o error

>however, make dies because it cannot find :

>midgard.c:31: midgard/authfailure.h: No such file or directory

I fixed this by removing the midgard/ from in front of the include
statements in midgard.c (as all of the others did not have them, and the
include from the make was:

I/usr/local/midgard/include/midgard

the first three includes, authfailure.h, midgard.h, and tablenames.h all had
midgard/ in front of them.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to